Spaces:
Sleeping
Sleeping
Commit
·
4ec0251
1
Parent(s):
63368e0
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 |
# Switch to the user for improved security
|
25 |
USER user
|
|
|
19 |
fi
|
20 |
|
21 |
# Set appropriate permissions for the application directory
|
22 |
+
RUN chown -R user:user /app && chmod -R 777 /app
|
23 |
|
24 |
# Switch to the user for improved security
|
25 |
USER user
|