Spaces:
Runtime error
Runtime error
Update Dockerfile
Browse files- Dockerfile +1 -0
Dockerfile
CHANGED
@@ -19,6 +19,7 @@ RUN mkdir -p /app/client/public/images/temp
|
|
19 |
RUN mkdir -p /app/api/logs/
|
20 |
RUN mkdir -p /app/data
|
21 |
RUN mkdir -p /use
|
|
|
22 |
|
23 |
# Give write permission to the directory
|
24 |
RUN chmod -R 777 /app/uploads/temp
|
|
|
19 |
RUN mkdir -p /app/api/logs/
|
20 |
RUN mkdir -p /app/data
|
21 |
RUN mkdir -p /use
|
22 |
+
RUN mkdir -p /usr
|
23 |
|
24 |
# Give write permission to the directory
|
25 |
RUN chmod -R 777 /app/uploads/temp
|