Artyomorax commited on
Commit
cf2790a
·
verified ·
1 Parent(s): de86168

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -2
Dockerfile CHANGED
@@ -16,7 +16,7 @@ RUN apt-get update && \
16
  COPY . .
17
 
18
  # Expose the port
19
- EXPOSE 8000
20
 
21
  # Run FastAPI
22
- CMD ["uvicorn", "app:app", "--host", "0.0.0.0", "--port", "8000"]
 
16
  COPY . .
17
 
18
  # Expose the port
19
+ EXPOSE 7860
20
 
21
  # Run FastAPI
22
+ CMD ["uvicorn", "app:app", "--host", "0.0.0.0", "--port", "7860"]