Spaces:
Running
Running
Commit
·
387867f
1
Parent(s):
9e90a21
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -19,7 +19,7 @@ RUN if id "$USER_ID" >/dev/null 2>&1; then \
|
|
19 |
fi
|
20 |
|
21 |
# Set appropriate permissions for the application directory
|
22 |
-
RUN chown -R user:user /app && chmod -R
|
23 |
|
24 |
# Install gosu (adjust the package manager based on your base image)
|
25 |
RUN apk add --no-cache gosu
|
|
|
19 |
fi
|
20 |
|
21 |
# Set appropriate permissions for the application directory
|
22 |
+
RUN chown -R user:user /app && chmod -R 777 /app
|
23 |
|
24 |
# Install gosu (adjust the package manager based on your base image)
|
25 |
RUN apk add --no-cache gosu
|