martynka commited on
Commit
0ea3239
·
verified ·
1 Parent(s): c646c59

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -22,7 +22,7 @@ RUN mkdir -p /app/data
22
 
23
  # Give write permission to the directory
24
  RUN chmod -R 777 /app/uploads/temp
25
- RUN mkdir -p /app/client/public/images
26
  RUN chmod -R 777 /app/api/logs/
27
  RUN chmod -R 777 /app/data
28
 
 
22
 
23
  # Give write permission to the directory
24
  RUN chmod -R 777 /app/uploads/temp
25
+ RUN chmod -R 777 /app/client/public/images
26
  RUN chmod -R 777 /app/api/logs/
27
  RUN chmod -R 777 /app/data
28