Run as non-root by default via PUID/PGID

This commit is contained in:
Djeex
2026-08-23 15:10:17 +02:00
parent a8ce9a5d1a
commit 0cc1b3cb37
7 changed files with 187 additions and 69 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
FROM alpine:3.24.1 AS base
RUN apk add --no-cache socat netcat-openbsd \
RUN apk add --no-cache socat netcat-openbsd su-exec \
&& rm -rf /var/cache/apk/* /tmp/*
COPY entrypoint.sh VERSION /