mirror of
https://github.com/haveno-dex/haveno-ts.git
synced 2025-12-10 05:56:33 -05:00
set user with default home in dockerfile
This commit is contained in:
parent
a1ec7792ef
commit
281144b6c2
1 changed files with 2 additions and 3 deletions
|
|
@ -6,9 +6,8 @@ RUN set -ex && \
|
|||
make \
|
||||
git
|
||||
|
||||
RUN set -ex && adduser --system --group --disabled-password haveno && \
|
||||
mkdir -p /home/haveno && \
|
||||
chown -R haveno:haveno /home/haveno
|
||||
RUN set -ex && \
|
||||
useradd -m -d /home/haveno -s /bin/bash haveno
|
||||
|
||||
USER haveno
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue