Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
AmadGakkhar authored Mar 5, 2024
1 parent 04234b8 commit 60e599a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,6 @@ FROM python:3.10
COPY /* /webapp
WORKDIR /webapp
RUN pip install -r requirements.txt
EXPOSE 8000
ENTRYPOINT [ "uvicorn" ]
CMD [ "--host","0.0.0.0", "main:app" ]
CMD [ "--host","0.0.0.0", "main:app" ]

0 comments on commit 60e599a

Please sign in to comment.