Signed-off-by: Zoey <zoey@z0ey.de>
This commit is contained in:
Zoey
2024-04-17 17:52:42 +02:00
parent 17b35a45db
commit c671018798
17 changed files with 23 additions and 4 deletions

View File

@@ -14,6 +14,7 @@ COPY --chmod=775 healthcheck.sh /healthcheck.sh
VOLUME /mnt/data
RUN set -ex; \
apk upgrade --no-cache -a; \
apk add --no-cache shadow; \
groupmod -g 333 xfs; \
usermod -u 333 -g 333 xfs; \