Mr7Explorer commited on
Commit
bdceea7
·
verified ·
1 Parent(s): a097802

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -3
Dockerfile CHANGED
@@ -7,7 +7,6 @@ RUN pip install --no-cache-dir -r requirements.txt
7
 
8
  COPY . .
9
 
10
- # Expose port 8080 for Cloud Run
11
- EXPOSE 8080
12
 
13
- CMD ["uvicorn", "app:app", "--host", "0.0.0.0", "--port", "8080"]
 
7
 
8
  COPY . .
9
 
10
+ EXPOSE 7860
 
11
 
12
+ CMD ["uvicorn", "app:app", "--host", "0.0.0.0", "--port", "7860"]