Update Dockerfile
Browse files- Dockerfile +3 -3
Dockerfile
CHANGED
@@ -24,9 +24,9 @@ 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 |
-
RUN
|
28 |
-
RUN
|
29 |
-
RUN
|
30 |
# 给予权限
|
31 |
RUN chmod -R 777 /app
|
32 |
|
|
|
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 /run/secrets/dc >>config/Discord.yaml
|
28 |
+
RUN cp /run/secrets/qq >>config/QQGuild.yaml
|
29 |
+
RUN cp /run/secrets/rs >>config/config/redis.yaml
|
30 |
# 给予权限
|
31 |
RUN chmod -R 777 /app
|
32 |
|