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