Spaces:
Running
Running
Upload Dockerfile
Browse files- Dockerfile +3 -0
Dockerfile
CHANGED
@@ -6,4 +6,7 @@ COPY . /app
|
|
6 |
|
7 |
RUN npm install
|
8 |
|
|
|
|
|
|
|
9 |
CMD ["npm", "start"]
|
|
|
6 |
|
7 |
RUN npm install
|
8 |
|
9 |
+
RUN mkdir /app/images \
|
10 |
+
&& chmod 777 /app/images
|
11 |
+
|
12 |
CMD ["npm", "start"]
|