dfghfhgfg commited on
Commit
a7a2406
·
verified ·
1 Parent(s): 2d37ef8

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +3 -1
Dockerfile CHANGED
@@ -15,7 +15,7 @@ COPY ./Yunzai /app
15
 
16
  # 安装插件
17
  RUN git clone --depth 1 https://github.com/TimeRainStarSky/Yunzai-genshin plugins/genshin
18
- RUN git clone --depth 1 https://github.com/yoimiya-kokomi/miao-plugin plugins/miao-plugi
19
  RUN git clone --depth 1 https://github.com/Ctrlcvs/xiaoyao-cvs-plugin.git plugins/xiaoyao-cvs-plugin
20
  RUN git clone --depth 1 https://github.com/erzaozi/waves-plugin.git plugins/waves-plugin
21
  RUN git clone --depth 1 https://github.com/Nwflower/atlas plugins/Atla
@@ -25,6 +25,8 @@ RUN git clone --depth 1 https://github.com/TimeRainStarSky/Yunzai-Discord-Plugin
25
  RUN git clone --depth 1 https://github.com/TimeRainStarSky/Yunzai-QQGuild-Plugin plugins/QQGuild-Plugin
26
 
27
  RUN cat $dc >>config/Discord.yaml
 
 
28
  # 给予权限
29
  RUN chmod -R 777 /app
30
 
 
15
 
16
  # 安装插件
17
  RUN git clone --depth 1 https://github.com/TimeRainStarSky/Yunzai-genshin plugins/genshin
18
+ RUN git clone --depth 1 https://github.com/yoimiya-kokomi/miao-plugin plugins/miao-plugin
19
  RUN git clone --depth 1 https://github.com/Ctrlcvs/xiaoyao-cvs-plugin.git plugins/xiaoyao-cvs-plugin
20
  RUN git clone --depth 1 https://github.com/erzaozi/waves-plugin.git plugins/waves-plugin
21
  RUN git clone --depth 1 https://github.com/Nwflower/atlas plugins/Atla
 
25
  RUN git clone --depth 1 https://github.com/TimeRainStarSky/Yunzai-QQGuild-Plugin plugins/QQGuild-Plugin
26
 
27
  RUN cat $dc >>config/Discord.yaml
28
+ RUN cat $qq >>config/QQGuild.yaml
29
+
30
  # 给予权限
31
  RUN chmod -R 777 /app
32