Spaces:
Running
Running
Update Dockerfile
Browse files- 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 |
|