gitdeem commited on
Commit
2e6b06a
·
verified ·
1 Parent(s): 4e4ea82

Upload Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -1
Dockerfile CHANGED
@@ -1,6 +1,7 @@
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 \
4
+ && chmod 777 /plugins
5
 
6
  # 公众号
7
  ENV channel_type=wechatmp