Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -24,7 +24,7 @@ RUN git clone --depth=1 https://github.com/yeyang52/yenai-plugin.git plugins/yen
|
|
24 |
RUN git clone --depth=1 https://github.com/guoba-yunzai/guoba-plugin.git plugins/Guoba-Plugin
|
25 |
|
26 |
# 拷贝 Guoba 配置文件
|
27 |
-
COPY application.yaml /Yunzai/plugins/Guoba-Plugin/config/
|
28 |
|
29 |
# 安装依赖
|
30 |
RUN npm install
|
|
|
24 |
RUN git clone --depth=1 https://github.com/guoba-yunzai/guoba-plugin.git plugins/Guoba-Plugin
|
25 |
|
26 |
# 拷贝 Guoba 配置文件
|
27 |
+
COPY application.yaml /Yunzai/plugins/Guoba-Plugin/config/
|
28 |
|
29 |
# 安装依赖
|
30 |
RUN npm install
|