fix: 🚑 Don't remove the shell from the DH node Docker image (#76)

This commit is contained in:
Steve Degosserie 2025-05-16 20:01:14 +02:00 committed by GitHub
parent 82145b882b
commit ae1798a2a4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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