Upload Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
FROM zhayujie/chatgpt-on-wechat:master
|
2 |
|
3 |
-
RUN chmod 777 /app
|
4 |
|
5 |
# 公众号
|
6 |
ENV channel_type=wechatmp
|
|
|
1 |
FROM zhayujie/chatgpt-on-wechat:master
|
2 |
|
3 |
+
RUN chmod 777 /app && chmod 777 ./plugins
|
4 |
|
5 |
# 公众号
|
6 |
ENV channel_type=wechatmp
|