gitdeem commited on
Commit
4c8f35d
·
verified ·
1 Parent(s): ba5aa63

Upload Dockerfile

Browse files
Files changed (1) hide show
  1. 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"]