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