Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelveldt committed Sep 27, 2024
1 parent 6e13311 commit 5f609e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.base
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ ENV PATH="$VIRTUAL_ENV/bin:$PATH"

# create mass user (PID 1000, GID 1000)
RUN groupadd -g 1000 massgroup && \
useradd -m -u 1000 -g massgroup mass \
useradd -m -u 1000 -g massgroup mass && \
chown -R mass:mass $VIRTUAL_ENV

USER mass
Expand Down

0 comments on commit 5f609e8

Please sign in to comment.