Change container to run as UID 99 to match NFS
All checks were successful
Build containers when image tags change / build-if-image-changed (., web, containers, main container, git.baumann.gr/adebaumann/labhelper) (push) Successful in 52s
Build containers when image tags change / build-if-image-changed (data-loader, loader, initContainers, init-container, git.baumann.gr/adebaumann/labhelper-data-loader) (push) Successful in 7s

This commit is contained in:
2025-12-28 22:12:21 +01:00
parent ada76b5ec1
commit 51c4fed8fe
2 changed files with 4 additions and 4 deletions

View File

@@ -23,7 +23,7 @@ RUN apt-get update && \
libfribidi0 \
zlib1g && \
rm -rf /var/lib/apt/lists/* && \
useradd -m -r appuser && \
useradd -m -r -u 99 appuser && \
mkdir /app && \
chown -R appuser /app