Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -23,7 +23,7 @@ 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 cp $dc >>config/Discord.yaml
|
28 |
RUN cp $qq >>config/QQGuild.yaml
|
29 |
RUN cp $rs >>config/config/redis.yaml
|
|
|
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 |
+
RUN cat $dc
|
27 |
RUN cp $dc >>config/Discord.yaml
|
28 |
RUN cp $qq >>config/QQGuild.yaml
|
29 |
RUN cp $rs >>config/config/redis.yaml
|