Skip to content

Commit

Permalink
Fix Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
paulyhedral committed Nov 1, 2024
1 parent 850432d commit 6ac6e28
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 @@ -32,7 +32,7 @@ RUN apk add --no-cache bash
RUN apk add --no-cache ca-certificates

RUN addgroup -g $USER_GID $USERNAME \
&& adduser -s /bin/sh -u $USER_UID -g $USER_GID $USERNAME
&& adduser -s /bin/sh -u $USER_UID -G $USER_GID $USERNAME

WORKDIR /app/

Expand Down

0 comments on commit 6ac6e28

Please sign in to comment.