ci: use adduser command instead of useradd
All checks were successful
ci/woodpecker/push/build-and-publish Pipeline was successful

I'm used to GNU distros and not busybox so i did a little whoopsie
This commit is contained in:
Radical 2025-05-05 13:22:39 +02:00
parent dc3fd58c72
commit 8ae492a9f1

View file

@ -4,7 +4,7 @@ COPY ./.output /web
COPY entrypoint.sh /usr/bin/entrypoint.sh
RUN useradd --create-home --home-dir /web gorb
RUN busybox adduser -D -h /web gorb
USER gorb