gargaman07 commited on
Commit
426c1d8
·
verified ·
1 Parent(s): 782e10b

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -33,4 +33,4 @@ COPY . .
33
  EXPOSE 8000
34
 
35
  # Run the application
36
- CMD ["uvicorn", "main:app", "--host", "0.0.0.0", "--port", "8000"]
 
33
  EXPOSE 8000
34
 
35
  # Run the application
36
+ CMD ["uvicorn", "main:app", "--host", "0.0.0.0", "--port", "7860"]