Skip to content

Commit

Permalink
docker: add default PUID and PGID
Browse files Browse the repository at this point in the history
  • Loading branch information
sonroyaalmerol authored May 14, 2024
1 parent f7f204f commit 57fa636
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,9 @@ FROM alpine:3.19

ARG ARCH

ENV PUID=1000
ENV PGID=1000

# install dependencies

RUN apk update && \
Expand Down

0 comments on commit 57fa636

Please sign in to comment.