Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -32,7 +32,7 @@ RUN pip install --no-cache-dir -r requirements.txt huggingface_hub
|
|
| 32 |
RUN mkdir -p data logs
|
| 33 |
|
| 34 |
# 暴露端口
|
| 35 |
-
EXPOSE
|
| 36 |
|
| 37 |
# 启动脚本
|
| 38 |
CMD ["python", "/app/sync_run.py"]
|
|
|
|
| 32 |
RUN mkdir -p data logs
|
| 33 |
|
| 34 |
# 暴露端口
|
| 35 |
+
EXPOSE 8000
|
| 36 |
|
| 37 |
# 启动脚本
|
| 38 |
CMD ["python", "/app/sync_run.py"]
|