Skip to content

Commit

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

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

# Trigger

0 comments on commit 3db6dba

Please sign in to comment.