iyougame commited on
Commit
88ecc9d
verified
1 Parent(s): dd20531

Sync from GitHub: 4e6b0dd86809d5abbdcaf1d7fc1b12c21944c295

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -2
Dockerfile CHANGED
@@ -22,7 +22,7 @@ RUN pip install --no-cache-dir -r requirements.txt
22
  COPY . .
23
 
24
  # 鏆撮湶绔彛
25
- EXPOSE 8000
26
 
27
  # 鍚姩鍛戒护
28
- CMD ["uvicorn", "app:app", "--host", "0.0.0.0", "--port", "8000"]
 
22
  COPY . .
23
 
24
  # 鏆撮湶绔彛
25
+ EXPOSE 7860
26
 
27
  # 鍚姩鍛戒护
28
+ CMD ["uvicorn", "app:app", "--host", "0.0.0.0", "--port", "7860"]