Explorar el Código

fixed activation of NO_NETIFACES

Rodja Trappe hace 1 año
padre
commit
8aadbe7ec2
Se han modificado 1 ficheros con 1 adiciones y 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"]