Spaces:
Sleeping
Sleeping
Commit
·
2f8e9ed
1
Parent(s):
ab955a3
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -13,7 +13,7 @@ RUN apt-get update && apt-get install -y gosu && rm -rf /var/lib/apt/lists/*
|
|
13 |
|
14 |
|
15 |
# Set appropriate permissions for the application directory
|
16 |
-
RUN chown -R
|
17 |
|
18 |
|
19 |
# Set the entrypoint script as executable
|
|
|
13 |
|
14 |
|
15 |
# Set appropriate permissions for the application directory
|
16 |
+
RUN chown -R app:app /app && chmod -R 755 /app
|
17 |
|
18 |
|
19 |
# Set the entrypoint script as executable
|