Skip to content

Commit

Permalink
changed dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasAdriaanse committed Nov 20, 2024
1 parent 0a96042 commit c4bd8fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,6 @@ EXPOSE 5000
ENV FLASK_ENV=production

# Command to run your app
CMD ["gunicorn", "-w", "4", "-b", "0.0.0.0:5000", "app:app"]
CMD ["gunicorn", "-w", "4", "-b", "0.0.0.0:5000", "api/index:app"]

#CMD ["pipenv", "run", "flask", "--debug", "--app", "api/index.py", "run", "--host=0.0.0.0", "--port=5000"]

0 comments on commit c4bd8fa

Please sign in to comment.