Skip to content

Commit e2248a9

Browse files
committed
change default PUID/PGID
1 parent 564253a commit e2248a9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,4 +56,4 @@ RUN \
5656
EXPOSE 8000
5757

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

0 commit comments

Comments
 (0)