skyya commited on
Commit
8a9cea1
·
verified ·
1 Parent(s): f5187b9

Update Dockerfile

Browse files
Files changed (1) hide show
  1. 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 环境误执行