Skip to content

Commit

Permalink
change default PUID/PGID
Browse files Browse the repository at this point in the history
  • Loading branch information
Archmonger committed Jun 30, 2024
1 parent 564253a commit e2248a9
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 @@ -56,4 +56,4 @@ RUN \
EXPOSE 8000

WORKDIR /app/
CMD ["sh", "-c", "python3 manage.py run_conreq --uid ${PUID:=1000} --gid ${PGID:=1000}"]
CMD ["sh", "-c", "python3 manage.py run_conreq --uid ${PUID:=99} --gid ${PGID:=100}"]

0 comments on commit e2248a9

Please sign in to comment.