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