Update Dockerfile
Browse files- 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 |
|