dfghfhgfg commited on
Commit
5dd72a9
·
verified ·
1 Parent(s): b62fae2

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -26,7 +26,7 @@ RUN git clone --depth 1 https://github.com/TimeRainStarSky/Yunzai-QQGuild-Plugin
26
 
27
  RUN cat $dc >>config/Discord.yaml
28
  RUN cat $qq >>config/QQGuild.yaml
29
-
30
  # 给予权限
31
  RUN chmod -R 777 /app
32
 
 
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