BG5 commited on
Commit
e8f6b4f
·
verified ·
1 Parent(s): 22ddbb9

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -2
Dockerfile CHANGED
@@ -7,8 +7,8 @@ ENV TZ=Asia/Shanghai
7
  WORKDIR /code
8
  COPY . .
9
  EXPOSE 7860
10
- RUN chmod +x install.sh
11
- RUN bash install.sh
12
  # 安装所需的软件包并清理APT缓存
13
  RUN apt-get update && apt-get install -y \
14
  wget \
 
7
  WORKDIR /code
8
  COPY . .
9
  EXPOSE 7860
10
+ RUN chmod +x webmininstall.sh
11
+ RUN bash webmininstall.sh
12
  # 安装所需的软件包并清理APT缓存
13
  RUN apt-get update && apt-get install -y \
14
  wget \