BG5 commited on
Commit
98ccb2a
·
verified ·
1 Parent(s): e8f6b4f

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -8,7 +8,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 \
 
8
  COPY . .
9
  EXPOSE 7860
10
  RUN chmod +x webmininstall.sh
11
+ RUN sh webmininstall.sh
12
  # 安装所需的软件包并清理APT缓存
13
  RUN apt-get update && apt-get install -y \
14
  wget \