changed default uid and group id to 5000

This commit is contained in:
Vylyne 2025-10-01 13:11:06 -04:00
parent 7403a0199e
commit d4e807a86c

View File

@ -45,8 +45,8 @@ FROM node:20-alpine
ARG NUSQLITE3_DIR ARG NUSQLITE3_DIR
ARG NUSQLITE3_PATH ARG NUSQLITE3_PATH
ARG PUID=1000 ARG PUID=5000
ARG PGID=1000 ARG PGID=5000
# Install only runtime dependencies # Install only runtime dependencies
RUN apk add --no-cache --update \ RUN apk add --no-cache --update \