CikeyQi commited on
Commit
10cc68a
·
1 Parent(s): e61fc98

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 -R 777 /
25
 
26
  # 启动应用程序
27
  CMD ["node", "app.js"]
 
21
  COPY ./Yunzai .
22
 
23
  # 给予权限
24
+ RUN chmod -R 777 /config
25
 
26
  # 启动应用程序
27
  CMD ["node", "app.js"]