Update Dockerfile
Browse files- 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
|
11 |
-
RUN bash
|
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 \
|