Update Dockerfile
Browse files- Dockerfile +3 -3
Dockerfile
CHANGED
@@ -5,11 +5,11 @@ FROM node:18
|
|
5 |
WORKDIR /app
|
6 |
|
7 |
# 克隆仓库
|
8 |
-
RUN git clone https://github.com/
|
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
|