rr1 commited on
Commit
1296812
·
verified ·
1 Parent(s): 2470b6a

Update Dockerfile

Browse files
Files changed (1) hide show
  1. 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