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

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +3 -3
Dockerfile CHANGED
@@ -5,11 +5,11 @@ FROM node:18
5
  WORKDIR /app
6
 
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
 
5
  WORKDIR /app
6
 
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