Skip to content

Commit

Permalink
fix(docker): use root user as default
Browse files Browse the repository at this point in the history
  • Loading branch information
xhofe committed Dec 30, 2022
1 parent 143e4cd commit 395f0fc
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 @@ -13,6 +13,6 @@ COPY --from=builder /app/bin/alist ./
COPY entrypoint.sh /entrypoint.sh
RUN apk add ca-certificates bash su-exec; \
chmod +x /entrypoint.sh
ENV PUID=1000 PGID=1000 UMASK=022
ENV PUID=0 PGID=0 UMASK=022
EXPOSE 5244
ENTRYPOINT [ "/entrypoint.sh" ]

0 comments on commit 395f0fc

Please sign in to comment.