Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -7,7 +7,7 @@ RUN chmod -R 777 /app/public
|
|
| 7 |
# 暴露 Hugging Face 代理端口 7860
|
| 8 |
# EXPOSE 7860
|
| 9 |
|
| 10 |
-
#
|
| 11 |
# RUN chmod +x /app/start.sh
|
| 12 |
|
| 13 |
# 使用 /bin/sh 启动脚本,确保不会被 Node.js 环境误执行
|
|
|
|
| 7 |
# 暴露 Hugging Face 代理端口 7860
|
| 8 |
# EXPOSE 7860
|
| 9 |
|
| 10 |
+
# 如果脚本没有执行权限,赋予可执行权限。
|
| 11 |
# RUN chmod +x /app/start.sh
|
| 12 |
|
| 13 |
# 使用 /bin/sh 启动脚本,确保不会被 Node.js 环境误执行
|