Update Dockerfile
Browse files- Dockerfile +1 -9
Dockerfile
CHANGED
@@ -28,17 +28,9 @@ RUN git clone --depth 1 https://github.com/Nwflower/star-rail-atlas.git plugins/
|
|
28 |
RUN git clone --depth 1 https://github.com/simo8102/StarRail-plugin.git plugins/StarRail-plugin
|
29 |
RUN git clone --depth 1 https://github.com/TimeRainStarSky/Yunzai-Discord-Plugin plugins/Discord-Plugin
|
30 |
RUN git clone --depth 1 https://github.com/TimeRainStarSky/Yunzai-QQGuild-Plugin plugins/QQGuild-Plugin
|
31 |
-
ENV dc=$dc
|
32 |
-
ENV qq=$qq
|
33 |
-
|
34 |
-
ENV rs=$rs
|
35 |
RUN echo "${dc}" >>config/Discord.yaml
|
36 |
RUN echo "${qq}" >>config/QQGuild.yaml
|
37 |
-
RUN echo "${rs}" >>config/config/redis.
|
38 |
-
|
39 |
-
RUN cat config/QQGuild.yaml
|
40 |
-
|
41 |
-
RUN ls config/
|
42 |
# 给予权限
|
43 |
RUN chmod -R 777 /app
|
44 |
|
|
|
28 |
RUN git clone --depth 1 https://github.com/simo8102/StarRail-plugin.git plugins/StarRail-plugin
|
29 |
RUN git clone --depth 1 https://github.com/TimeRainStarSky/Yunzai-Discord-Plugin plugins/Discord-Plugin
|
30 |
RUN git clone --depth 1 https://github.com/TimeRainStarSky/Yunzai-QQGuild-Plugin plugins/QQGuild-Plugin
|
|
|
|
|
|
|
|
|
31 |
RUN echo "${dc}" >>config/Discord.yaml
|
32 |
RUN echo "${qq}" >>config/QQGuild.yaml
|
33 |
+
RUN echo "${rs}" >>config/config/redis.yam
|
|
|
|
|
|
|
|
|
34 |
# 给予权限
|
35 |
RUN chmod -R 777 /app
|
36 |
|