Skip to content

Commit

Permalink
Fix: Problem with gunicorn
Browse files Browse the repository at this point in the history
  • Loading branch information
shivamgutgutia committed Sep 2, 2024
1 parent 6f7ebf3 commit 050667a
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 @@ -7,5 +7,5 @@ RUN pip3 install -r requirements.txt

COPY . /app/
EXPOSE 5000
CMD ["gunicorn", "-b", "0.0.0.0:5000", "app:app"]
CMD ["python","app.py"]

0 comments on commit 050667a

Please sign in to comment.