CikeyQi commited on
Commit
764d044
·
1 Parent(s): 170753b

Update Dockerfile

Browse files
Files changed (1) hide show
  1. 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 ./plugin/Guoba-Plugin/config/
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