Spaces:
Sleeping
Sleeping
Commit
·
022c763
1
Parent(s):
ee9ae6d
Update Dockerfile
Browse files- Dockerfile +0 -2
Dockerfile
CHANGED
@@ -11,8 +11,6 @@ COPY . /app
|
|
11 |
COPY --from=circulartextapp/readspaceout /etc/passwd /etc/passwd
|
12 |
COPY --from=circulartextapp/readspaceout /etc/group /etc/group
|
13 |
|
14 |
-
|
15 |
-
|
16 |
# Set appropriate permissions for the application directory
|
17 |
RUN chown -R "$USER_ID":"$USER_GROUP" /app && chmod -R 755 /app
|
18 |
|
|
|
11 |
COPY --from=circulartextapp/readspaceout /etc/passwd /etc/passwd
|
12 |
COPY --from=circulartextapp/readspaceout /etc/group /etc/group
|
13 |
|
|
|
|
|
14 |
# Set appropriate permissions for the application directory
|
15 |
RUN chown -R "$USER_ID":"$USER_GROUP" /app && chmod -R 755 /app
|
16 |
|