Yvan-W commited on
Commit
a4872ff
1 Parent(s): d292cde

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -2
Dockerfile CHANGED
@@ -25,8 +25,8 @@ WORKDIR $HOME/RUN
25
  # 设置配置文件
26
  COPY --chown=user . $HOME/
27
 
28
- RUN ls && \
29
- cd Elysia && \
30
  pnpm install -P
31
  RUN rm -rf ./Elysia/plugins/Lain-plugin/config/defSet/token.yaml && \
32
  rm -rf ./Elysia/plugins/Guoba-Plugin/defSet/application.yaml
 
25
  # 设置配置文件
26
  COPY --chown=user . $HOME/
27
 
28
+ RUN ls
29
+ RUN cd Elysia && \
30
  pnpm install -P
31
  RUN rm -rf ./Elysia/plugins/Lain-plugin/config/defSet/token.yaml && \
32
  rm -rf ./Elysia/plugins/Guoba-Plugin/defSet/application.yaml