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