Skip to content

Commit

Permalink
remove uid
Browse files Browse the repository at this point in the history
  • Loading branch information
aspicer committed Jun 14, 2024
1 parent a73d843 commit e49560e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion production.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ RUN apt-get install -y --no-install-recommends \

# Install and use a non-root user.
RUN groupadd -g 1000 posthog && \
useradd -u 999 -r -g posthog posthog && \
useradd -r -g posthog posthog && \
chown posthog:posthog /code
USER posthog

Expand Down

0 comments on commit e49560e

Please sign in to comment.