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