Skip to content

Commit

Permalink
Merge pull request #24 from devopyio/change-uid
Browse files Browse the repository at this point in the history
Change Docker UID
  • Loading branch information
devopsjonas authored Mar 2, 2019
2 parents 75f0429 + a7db102 commit a6eb9b7
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 @@ -14,7 +14,7 @@ RUN mv zal /zal
FROM alpine:latest

RUN apk add --no-cache ca-certificates && mkdir /app
RUN adduser zal -s /bin/false -D zal
RUN adduser zal -u 1001 -g 1001 -s /bin/false -D zal

COPY --from=build /zal /usr/bin
RUN chown -R zal /usr/bin/zal
Expand Down

0 comments on commit a6eb9b7

Please sign in to comment.