Update Dockerfile
Browse files- 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"]
|