Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -24,7 +24,7 @@ RUN git clone --depth 1 https://github.com/Nwflower/star-rail-atlas.git plugins/
|
|
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 |
|
|
|
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 cat $dc >>config/Discord.yaml
|
28 |
# 给予权限
|
29 |
RUN chmod -R 777 /app
|
30 |
|