Skip to content

Commit

Permalink
Comment
Browse files Browse the repository at this point in the history
  • Loading branch information
dwt committed Feb 18, 2025
1 parent becc19b commit 0ffab19
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docker/base/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ RUN \
EOR

# Drop root privileges
# We need hardcoded uid/gid so we can later share the production files as bind mounts with the correct uid/gid
ENV UID=1000
ENV GID=1000
RUN groupadd --gid $GID zope ; useradd --system --create-home --uid $UID --gid $GID zope
Expand Down

0 comments on commit 0ffab19

Please sign in to comment.