dfghfhgfg commited on
Commit
c01a6d6
·
verified ·
1 Parent(s): 2d36e88

Update Dockerfile

Browse files
Files changed (1) hide show
  1. 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 cat $dc >>config/Discord.yaml
28
- RUN cat $qq >>config/QQGuild.yaml
29
- RUN cat $rs >>config/config/redis.yaml
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