Spaces:
Runtime error
Runtime error
Upload Dockerfile
Browse files- Dockerfile +2 -2
Dockerfile
CHANGED
@@ -21,11 +21,11 @@ WORKDIR /app
|
|
21 |
COPY . /app
|
22 |
|
23 |
RUN mkdir -p /app/hub
|
24 |
-
RUN chmod
|
25 |
RUN chown -R appuser /app
|
26 |
|
27 |
|
28 |
-
|
29 |
# RUN chown appuser /app/hub
|
30 |
|
31 |
# Creates a non-root user with an explicit UID and adds permission to access the /app folder
|
|
|
21 |
COPY . /app
|
22 |
|
23 |
RUN mkdir -p /app/hub
|
24 |
+
RUN chmod 777 /app
|
25 |
RUN chown -R appuser /app
|
26 |
|
27 |
|
28 |
+
RUN chmod 777 /app/hub
|
29 |
# RUN chown appuser /app/hub
|
30 |
|
31 |
# Creates a non-root user with an explicit UID and adds permission to access the /app folder
|