Skip to content

Commit

Permalink
[ADD] 0.0.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
KennBro committed Feb 1, 2024
1 parent 3db6dba commit 07d4c10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@ COPY . .
EXPOSE 5000

# default command
CMD ["python", "api.py", "-e", "prod"]
CMD ["python", "api.py", "-i", "0.0.0.0"]
# CMD ["tail", "-f", "/dev/null"]

0 comments on commit 07d4c10

Please sign in to comment.