Skip to content

Commit

Permalink
set user id to 1000
Browse files Browse the repository at this point in the history
  • Loading branch information
romain-fontugne committed Jul 11, 2024
1 parent c8bad01 commit 6fad033
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 @@ -20,7 +20,7 @@ WORKDIR /app

# Create a non-privileged user that the app will run under.
# See https://docs.docker.com/go/dockerfile-user-best-practices/
ARG UID=10001
ARG UID=1000
RUN adduser \
--disabled-password \
--gecos "" \
Expand Down

0 comments on commit 6fad033

Please sign in to comment.