rockerritesh commited on
Commit
24e31ad
·
verified ·
1 Parent(s): 3f00318

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -2
Dockerfile CHANGED
@@ -20,7 +20,7 @@ ENV XDG_CONFIG_HOME=/app/config
20
  COPY main.py .
21
 
22
  # Expose the port FastAPI will run on
23
- EXPOSE 8000
24
 
25
  # Command to run the FastAPI app
26
- CMD ["uvicorn", "main:app", "--host", "0.0.0.0", "--port", "8000"]
 
20
  COPY main.py .
21
 
22
  # Expose the port FastAPI will run on
23
+ EXPOSE 7860
24
 
25
  # Command to run the FastAPI app
26
+ CMD ["uvicorn", "main:app", "--host", "0.0.0.0", "--port", "7860"]