Hatman commited on
Commit
220115b
·
verified ·
1 Parent(s): 0695ae9

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -13,4 +13,4 @@ COPY main.py .
13
  EXPOSE 8000
14
 
15
  # Command to run the application
16
- CMD ["uvicorn", "main:app", "--host", "0.0.0.0", "--port", "8000"]
 
13
  EXPOSE 8000
14
 
15
  # Command to run the application
16
+ CMD ["uvicorn", "main:app", "--host", "0.0.0.0", "--port", "7860"]