Skip to content

Commit

Permalink
Fixed conflicting GID in Dockerfile (#180)
Browse files Browse the repository at this point in the history
  • Loading branch information
danyi1212 authored Sep 19, 2024
1 parent 691b262 commit 4edcd50
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 @@ -55,7 +55,7 @@ FROM python-base

WORKDIR /app

RUN addgroup -S permit -g 999
RUN addgroup -S permit -g 1001
RUN adduser -S -s /bin/bash -u 1000 -G permit -h /home/permit permit

# copy libraries from build stage
Expand Down

0 comments on commit 4edcd50

Please sign in to comment.