Update Dockerfile
Browse files- Dockerfile +3 -5
Dockerfile
CHANGED
@@ -1,7 +1,5 @@
|
|
1 |
# 使用基于 Node.js 18 的镜像
|
2 |
FROM node:18
|
3 |
-
|
4 |
-
|
5 |
ARG dc
|
6 |
ARG qq
|
7 |
ARG rs
|
@@ -24,7 +22,7 @@ RUN git clone --depth 1 https://github.com/TimeRainStarSky/Yunzai-genshin plugin
|
|
24 |
RUN git clone --depth 1 https://github.com/yoimiya-kokomi/miao-plugin plugins/miao-plugin
|
25 |
RUN git clone --depth 1 https://github.com/Ctrlcvs/xiaoyao-cvs-plugin.git plugins/xiaoyao-cvs-plugin
|
26 |
RUN git clone --depth 1 https://github.com/erzaozi/waves-plugin.git plugins/waves-plugin
|
27 |
-
RUN git clone --depth 1 https://github.com/Nwflower/atlas plugins/
|
28 |
RUN git clone --depth 1 https://github.com/Nwflower/genshin-atlas.git plugins/Atla/Genshin-Atlas
|
29 |
RUN git clone --depth 1 https://github.com/Nwflower/star-rail-atlas.git plugins/Atla/star-rail-atla
|
30 |
RUN git clone --depth 1 https://github.com/simo8102/StarRail-plugin.git plugins/StarRail-plugin
|
@@ -32,9 +30,9 @@ RUN git clone --depth 1 https://github.com/TimeRainStarSky/Yunzai-Discord-Plugin
|
|
32 |
RUN git clone --depth 1 https://github.com/TimeRainStarSky/Yunzai-QQGuild-Plugin plugins/QQGuild-Plugin
|
33 |
RUN git clone --depth 1 https://github.com/TimeRainStarSky/Yunzai-Telegram-Plugin.git plugins/Yunzai-Telegram
|
34 |
RUN echo "${dc}" >>config/Discord.yaml
|
35 |
-
RUN echo "${qq}" >>config/QQGuild.
|
36 |
RUN echo "$tg}" >>config/Telegram.yaml
|
37 |
-
RUN echo "${rs}" >>config/config/redis.
|
38 |
|
39 |
|
40 |
# 给予权限
|
|
|
1 |
# 使用基于 Node.js 18 的镜像
|
2 |
FROM node:18
|
|
|
|
|
3 |
ARG dc
|
4 |
ARG qq
|
5 |
ARG rs
|
|
|
22 |
RUN git clone --depth 1 https://github.com/yoimiya-kokomi/miao-plugin plugins/miao-plugin
|
23 |
RUN git clone --depth 1 https://github.com/Ctrlcvs/xiaoyao-cvs-plugin.git plugins/xiaoyao-cvs-plugin
|
24 |
RUN git clone --depth 1 https://github.com/erzaozi/waves-plugin.git plugins/waves-plugin
|
25 |
+
RUN git clone --depth 1 https://github.com/Nwflower/atlas plugins/Atlas
|
26 |
RUN git clone --depth 1 https://github.com/Nwflower/genshin-atlas.git plugins/Atla/Genshin-Atlas
|
27 |
RUN git clone --depth 1 https://github.com/Nwflower/star-rail-atlas.git plugins/Atla/star-rail-atla
|
28 |
RUN git clone --depth 1 https://github.com/simo8102/StarRail-plugin.git plugins/StarRail-plugin
|
|
|
30 |
RUN git clone --depth 1 https://github.com/TimeRainStarSky/Yunzai-QQGuild-Plugin plugins/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 |
|
38 |
# 给予权限
|