CikeyQi commited on
Commit
e61fc98
·
1 Parent(s): 62b0f12

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -21,7 +21,7 @@ RUN pnpm install
21
  COPY ./Yunzai .
22
 
23
  # 给予权限
24
- RUN chmod +x .
25
 
26
  # 启动应用程序
27
  CMD ["node", "app.js"]
 
21
  COPY ./Yunzai .
22
 
23
  # 给予权限
24
+ RUN chmod -R 777 /
25
 
26
  # 启动应用程序
27
  CMD ["node", "app.js"]