Browse Source

fixed activation of NO_NETIFACES

Rodja Trappe 1 năm trước cách đây
mục cha
commit
8aadbe7ec2
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      release.dockerfile

+ 1 - 1
release.dockerfile

@@ -16,7 +16,7 @@ RUN chmod 777 /resources/docker-entrypoint.sh
 
 EXPOSE 8080
 ENV PYTHONUNBUFFERED True
-ENV NO_NETIFACES=1
+ENV NO_NETIFACES=true
 
 ENTRYPOINT ["/resources/docker-entrypoint.sh"]
 CMD ["python", "main.py"]