Update Dockerfile
Browse files- Dockerfile +0 -4
Dockerfile
CHANGED
@@ -7,10 +7,6 @@ WORKDIR /app
|
|
7 |
# 克隆仓库
|
8 |
RUN git clone https://github.com/14790897/simple-flux-web-api-ui.git .
|
9 |
|
10 |
-
#RUN chmod -R 777 /app/images
|
11 |
-
|
12 |
-
#RUN chmod -R 777 /app/uploads
|
13 |
-
|
14 |
# 安装依赖
|
15 |
RUN npm install
|
16 |
|
|
|
7 |
# 克隆仓库
|
8 |
RUN git clone https://github.com/14790897/simple-flux-web-api-ui.git .
|
9 |
|
|
|
|
|
|
|
|
|
10 |
# 安装依赖
|
11 |
RUN npm install
|
12 |
|