Skip to content

Commit

Permalink
chore: fix typo (#6)
Browse files Browse the repository at this point in the history
  • Loading branch information
emilianobovetti authored Nov 10, 2022
1 parent f759864 commit 4dfe36d
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 @@ -4,7 +4,7 @@ ARG UID=1000
ARG GID=1000

RUN apk add --no-cache make git && \
addgroup -S -g "$UID" app && \
addgroup -S -g "$GID" app && \
adduser -S -u "$UID" -G app app

WORKDIR /home/app/src
Expand Down

0 comments on commit 4dfe36d

Please sign in to comment.