Skip to content

Commit

Permalink
use group id
Browse files Browse the repository at this point in the history
  • Loading branch information
habibimustafa authored Oct 10, 2023
1 parent 6822b83 commit e509872
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
Expand Up @@ -10,7 +10,7 @@ RUN chown -R node:node /app
ARG AGRSGROUP

RUN groupadd --force -g $AGRSGROUP agrs
RUN usermod -a -G agrs node
RUN usermod -a -G $AGRSGROUP node

USER node

Expand Down

0 comments on commit e509872

Please sign in to comment.