Skip to content

Commit

Permalink
chore: try 10
Browse files Browse the repository at this point in the history
  • Loading branch information
sali72 committed Dec 10, 2024
1 parent b67e53c commit a202320
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,4 +7,4 @@ RUN pip install --no-cache-dir -r requirements.txt

EXPOSE 10000

CMD [ "uvicorn" , "app.main:app", "--host", "0.0.0.0", "--port", 10000, "--reload"]
CMD [ "uvicorn" , "app.main:app", "--host", "0.0.0.0", "--port", "10000", "--reload"]

0 comments on commit a202320

Please sign in to comment.