Browse Source

fixed activation of NO_NETIFACES

Rodja Trappe 1 year ago
parent
commit
8aadbe7ec2
1 changed files with 1 additions and 1 deletions
  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"]