rr1 commited on
Commit
6fdd854
·
verified ·
1 Parent(s): ae48592

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +4 -0
Dockerfile CHANGED
@@ -7,6 +7,10 @@ WORKDIR /app
7
  # 克隆仓库
8
  RUN git clone https://github.com/strykerx/falai-fluxui.git .
9
 
 
 
 
 
10
  # 安装依赖
11
  RUN npm install
12
 
 
7
  # 克隆仓库
8
  RUN git clone https://github.com/strykerx/falai-fluxui.git .
9
 
10
+ RUN chmod -R 777 /app/images
11
+
12
+ RUN chmod -R 777 /app/uploads
13
+
14
  # 安装依赖
15
  RUN npm install
16