Yvan-W commited on
Commit
e0d8838
1 Parent(s): e226880

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -2
Dockerfile CHANGED
@@ -10,7 +10,7 @@ ENV HOME=/home/user \
10
  PATH=/home/user/.local/bin:$PATH
11
 
12
  WORKDIR $HOME/RUN
13
- COPY --chown=user . $HOME
14
  # 安装Elysia本体
15
  RUN git clone --depth=1 https://github.com/yoimiya-kokomi/Miao-Yunzai.git ./Elysia && \
16
  cd Elysia && \
@@ -23,7 +23,7 @@ RUN cd Elysia && \
23
  git clone --depth=1 https://github.com/fmwl2233/lain-plugin.git ./plugins/Lain-plugin
24
 
25
  # 设置配置文件
26
- RUN chmod 777 -R $HOME/RUN
27
  RUN sed -i '32cskip_login: true' ./Elysia/config/default_config/bot.yaml
28
  RUN ls
29
  RUN cd Elysia && \
 
10
  PATH=/home/user/.local/bin:$PATH
11
 
12
  WORKDIR $HOME/RUN
13
+ COPY --chown=user . $HOME/RUN
14
  # 安装Elysia本体
15
  RUN git clone --depth=1 https://github.com/yoimiya-kokomi/Miao-Yunzai.git ./Elysia && \
16
  cd Elysia && \
 
23
  git clone --depth=1 https://github.com/fmwl2233/lain-plugin.git ./plugins/Lain-plugin
24
 
25
  # 设置配置文件
26
+ RUN chmod 777 -R $HOME
27
  RUN sed -i '32cskip_login: true' ./Elysia/config/default_config/bot.yaml
28
  RUN ls
29
  RUN cd Elysia && \