mirror of
https://github.com/datahaven-xyz/datahaven
synced 2026-05-24 01:38:32 +00:00
fix: 🚑 Don't remove the shell from the DH node Docker image (#76)
This commit is contained in:
parent
82145b882b
commit
ae1798a2a4
1 changed files with 0 additions and 1 deletions
|
|
@ -59,7 +59,6 @@ RUN useradd -m -u 1001 -U -s /bin/sh -d /datahaven datahaven && \
|
|||
mkdir -p /data /datahaven/.local/share && \
|
||||
chown -R datahaven:datahaven /data && \
|
||||
ln -s /data /datahaven/.local/share/datahaven && \
|
||||
rm -rf /usr/bin /usr/sbin && \
|
||||
/usr/local/bin/datahaven-node --version
|
||||
|
||||
USER datahaven
|
||||
|
|
|
|||
Loading…
Reference in a new issue