Update Dockerfile
Browse files- Dockerfile +2 -3
Dockerfile
CHANGED
@@ -12,7 +12,6 @@ WORKDIR /app
|
|
12 |
|
13 |
# 将项目文件复制到容器中
|
14 |
COPY ./Yunzai /app
|
15 |
-
COPY ./application.yaml /app
|
16 |
|
17 |
# 安装插件
|
18 |
RUN git clone --depth 1 https://github.com/TimeRainStarSky/Yunzai-genshin plugins/genshin
|
@@ -22,8 +21,8 @@ RUN git clone --depth 1 https://github.com/erzaozi/waves-plugin.git plugins/wave
|
|
22 |
RUN git clone --depth 1 https://github.com/Nwflower/atlas plugins/Atla
|
23 |
RUN git clone --depth 1 https://github.com/Nwflower/genshin-atlas.git plugins/Atla/Genshin-Atlas
|
24 |
RUN git clone --depth 1 https://github.com/Nwflower/star-rail-atlas.git plugins/Atla/star-rail-atlas
|
25 |
-
|
26 |
-
|
27 |
# 给予权限
|
28 |
RUN chmod -R 777 /app
|
29 |
|
|
|
12 |
|
13 |
# 将项目文件复制到容器中
|
14 |
COPY ./Yunzai /app
|
|
|
15 |
|
16 |
# 安装插件
|
17 |
RUN git clone --depth 1 https://github.com/TimeRainStarSky/Yunzai-genshin plugins/genshin
|
|
|
21 |
RUN git clone --depth 1 https://github.com/Nwflower/atlas plugins/Atla
|
22 |
RUN git clone --depth 1 https://github.com/Nwflower/genshin-atlas.git plugins/Atla/Genshin-Atlas
|
23 |
RUN git clone --depth 1 https://github.com/Nwflower/star-rail-atlas.git plugins/Atla/star-rail-atlas
|
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 chmod -R 777 /app
|
28 |
|