Skip to content

Commit

Permalink
put default group id
Browse files Browse the repository at this point in the history
  • Loading branch information
habibimustafa authored Oct 10, 2023
1 parent 23c187e commit 4a71d4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM node:18-slim

ARG AGRSGROUP
ARG AGRSGROUP=1004

RUN groupadd --force -g $AGRSGROUP assistest
RUN useradd -ms /bin/bash --no-user-group -g $AGRSGROUP -u 1337 assistest
Expand Down

0 comments on commit 4a71d4b

Please sign in to comment.