Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -8,7 +8,7 @@ WORKDIR /code
|
|
8 |
COPY . .
|
9 |
EXPOSE 7860
|
10 |
RUN chmod +x webmininstall.sh
|
11 |
-
RUN
|
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 \
|