mirror of
https://github.com/serai-dex/serai.git
synced 2024-12-22 11:39:35 +00:00
Create group before adding to it
This commit is contained in:
parent
07df9aa035
commit
3d855c75be
1 changed files with 1 additions and 0 deletions
|
@ -97,6 +97,7 @@ ENV LD_PRELOAD=libmimalloc.so
|
|||
RUN apk update && apk upgrade
|
||||
|
||||
RUN adduser --system --shell /sbin/nologin --disabled-password {user}
|
||||
RUN addgroup {user}
|
||||
RUN addgroup {user} {user}
|
||||
|
||||
# Make the /volume directory and transfer it to the user
|
||||
|
|
Loading…
Reference in a new issue