Spaces:
Running
Running
Update Dockerfile
Browse files- Dockerfile +2 -1
Dockerfile
CHANGED
@@ -26,7 +26,8 @@ RUN chmod -R 777 /app/client/public/images
|
|
26 |
RUN chmod -R 777 /app/api/logs/
|
27 |
RUN chmod -R 777 /app/data
|
28 |
|
29 |
-
|
|
|
30 |
RUN sudo apk add git
|
31 |
|
32 |
# Copy Custom Endpoints Config
|
|
|
26 |
RUN chmod -R 777 /app/api/logs/
|
27 |
RUN chmod -R 777 /app/data
|
28 |
|
29 |
+
user root
|
30 |
+
RUN apk update
|
31 |
RUN sudo apk add git
|
32 |
|
33 |
# Copy Custom Endpoints Config
|