Skip to content

Commit

Permalink
dockerfile changed
Browse files Browse the repository at this point in the history
  • Loading branch information
arjuuuuunnnnn committed Apr 4, 2024
1 parent 2274a60 commit 8f6464b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ WORKDIR /app

RUN pip install -r requirements.txt

EXPOSE $PORT
EXPOSE 5000

CMD gunicorn --workers=4 --bind 0.0.0.0:$PORT app:app
CMD gunicorn --workers=4 --bind 0.0.0.0:5000 app:app
Empty file added Exceptions/except.ipynb
Empty file.

0 comments on commit 8f6464b

Please sign in to comment.