CikeyQi commited on
Commit
6420cc4
·
1 Parent(s): c4d2a51

Update Dockerfile

Browse files
Files changed (1) hide show
  1. 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