Update Dockerfile
Browse files- Dockerfile +2 -0
Dockerfile
CHANGED
@@ -23,6 +23,8 @@ RUN git clone --depth 1 https://github.com/Nwflower/genshin-atlas.git plugins/At
|
|
23 |
RUN git clone --depth 1 https://github.com/Nwflower/star-rail-atlas.git plugins/Atla/star-rail-atlas
|
24 |
RUN git clone --depth 1 https://github.com/TimeRainStarSky/Yunzai-Discord-Plugin plugins/Discord-Plugin
|
25 |
RUN git clone --depth 1 https://github.com/TimeRainStarSky/Yunzai-QQGuild-Plugin plugins/QQGuild-Plugin
|
|
|
|
|
26 |
# 给予权限
|
27 |
RUN chmod -R 777 /app
|
28 |
|
|
|
23 |
RUN git clone --depth 1 https://github.com/Nwflower/star-rail-atlas.git plugins/Atla/star-rail-atlas
|
24 |
RUN git clone --depth 1 https://github.com/TimeRainStarSky/Yunzai-Discord-Plugin plugins/Discord-Plugin
|
25 |
RUN git clone --depth 1 https://github.com/TimeRainStarSky/Yunzai-QQGuild-Plugin plugins/QQGuild-Plugin
|
26 |
+
|
27 |
+
cat $dc >>config/Discord.yaml
|
28 |
# 给予权限
|
29 |
RUN chmod -R 777 /app
|
30 |
|