ci: use adduser command instead of useradd
All checks were successful
ci/woodpecker/push/build-and-publish Pipeline was successful
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:
parent
dc3fd58c72
commit
8ae492a9f1
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue