dfghfhgfg commited on
Commit
2d37ef8
·
verified ·
1 Parent(s): 793cf6f

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -24,7 +24,7 @@ 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
- cat $dc >>config/Discord.yaml
28
  # 给予权限
29
  RUN chmod -R 777 /app
30
 
 
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
  # 给予权限
29
  RUN chmod -R 777 /app
30