Spaces:
Runtime error
Runtime error
Update Dockerfile
Browse files- 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
|
| 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"]
|