Skip to content

Commit

Permalink
typo usermod
Browse files Browse the repository at this point in the history
  • Loading branch information
habibimustafa authored Oct 10, 2023
1 parent 659cf33 commit 6822b83
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 usermode -a -G agrs node
RUN usermod -a -G agrs node

USER node

Expand Down

0 comments on commit 6822b83

Please sign in to comment.