Skip to content

Commit

Permalink
Update UID for Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
mezdahun committed Jan 10, 2024
1 parent d67343e commit d62269e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ RUN chmod +x /app/docker_entrypoint.sh
RUN pip install -e /app

# Add a non-root user so that the generated data can be easily handled on host
ENV GID 10067090
ENV UID 10067090
ENV GID 1330493118
ENV UID 1330493118
RUN groupadd --gid $GID appgroup && \
useradd -r -d /app -g appgroup -G root,sudo -u $UID appuser

Expand Down

0 comments on commit d62269e

Please sign in to comment.