Songyou commited on
Commit
1b9ab11
·
verified ·
1 Parent(s): 95acf54

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -11,7 +11,7 @@ COPY . /app
11
  RUN pip install --no-cache-dir -r requirements.txt
12
 
13
  # 开放端口 7860
14
- EXPOSE 7860
15
 
16
  # 启动 FastAPI 应用
17
  CMD ["python", "./clm-frontend-dev.py"]
 
11
  RUN pip install --no-cache-dir -r requirements.txt
12
 
13
  # 开放端口 7860
14
+ EXPOSE 6861
15
 
16
  # 启动 FastAPI 应用
17
  CMD ["python", "./clm-frontend-dev.py"]