martynka commited on
Commit
a08bc08
·
verified ·
1 Parent(s): ad3c816

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +0 -1
Dockerfile CHANGED
@@ -13,7 +13,6 @@ RUN apk update && apk add --no-cache \
13
  # Setup directories within /app
14
  RUN mkdir -p /app/admin/{templates,static} \
15
  && mkdir -p /app/data \
16
- && chmod -R 777 /app/uploads/temp \
17
  && chmod -R 777 /app/client/public/images \
18
  && chmod -R 777 /app/api/logs
19
 
 
13
  # Setup directories within /app
14
  RUN mkdir -p /app/admin/{templates,static} \
15
  && mkdir -p /app/data \
 
16
  && chmod -R 777 /app/client/public/images \
17
  && chmod -R 777 /app/api/logs
18