Skip to content

Commit

Permalink
fixed activation of NO_NETIFACES
Browse files Browse the repository at this point in the history
  • Loading branch information
rodja committed Sep 22, 2023
1 parent 997bed8 commit 8aadbe7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion release.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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"]

0 comments on commit 8aadbe7

Please sign in to comment.