dfghfhgfg commited on
Commit
5fa3fe0
·
verified ·
1 Parent(s): 394d998

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -31,7 +31,7 @@ RUN git clone --depth 1 https://github.com/TimeRainStarSky/Yunzai-QQGuild-Plugin
31
  RUN git clone --depth 1 https://github.com/TimeRainStarSky/Yunzai-Telegram-Plugin.git plugins/Yunzai-Telegram
32
  RUN echo "${dc}" >>config/Discord.yaml
33
  RUN echo "${qq}" >>config/QQGuild.yaml
34
- RUN echo "$tg}" >>config/Telegram.yaml
35
  RUN echo "${rs}" >>config/config/redis.yaml
36
 
37
 
 
31
  RUN git clone --depth 1 https://github.com/TimeRainStarSky/Yunzai-Telegram-Plugin.git plugins/Yunzai-Telegram
32
  RUN echo "${dc}" >>config/Discord.yaml
33
  RUN echo "${qq}" >>config/QQGuild.yaml
34
+ RUN echo "${tg}" >>config/Telegram.yaml
35
  RUN echo "${rs}" >>config/config/redis.yaml
36
 
37