Explorar o código

fixed activation of NO_NETIFACES

Rodja Trappe hai 1 ano
pai
achega
8aadbe7ec2
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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"]