mirror of
https://github.com/serai-dex/serai.git
synced 2025-12-08 12:19:24 +00:00
Create group before adding to it
This commit is contained in:
@@ -97,6 +97,7 @@ ENV LD_PRELOAD=libmimalloc.so
|
|||||||
RUN apk update && apk upgrade
|
RUN apk update && apk upgrade
|
||||||
|
|
||||||
RUN adduser --system --shell /sbin/nologin --disabled-password {user}
|
RUN adduser --system --shell /sbin/nologin --disabled-password {user}
|
||||||
|
RUN addgroup {user}
|
||||||
RUN addgroup {user} {user}
|
RUN addgroup {user} {user}
|
||||||
|
|
||||||
# Make the /volume directory and transfer it to the user
|
# Make the /volume directory and transfer it to the user
|
||||||
|
|||||||
Reference in New Issue
Block a user