Spaces:
Sleeping
Sleeping
Commit
·
6bfcbe9
1
Parent(s):
4c0e045
Update Dockerfile
Browse files- Dockerfile +0 -5
Dockerfile
CHANGED
|
@@ -11,11 +11,6 @@ COPY . /app
|
|
| 11 |
COPY --from=circulartextapp/readspaceout /etc/passwd /etc/passwd
|
| 12 |
COPY --from=circulartextapp/readspaceout /etc/group /etc/group
|
| 13 |
|
| 14 |
-
# Set the user environment variables
|
| 15 |
-
ARG USER_ID=1000
|
| 16 |
-
ARG USER_GROUP=user
|
| 17 |
-
ENV USER_ID=$USER_ID \
|
| 18 |
-
USER_GROUP=$USER_GROUP
|
| 19 |
|
| 20 |
|
| 21 |
# Set appropriate permissions for the application directory
|
|
|
|
| 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
|