Update Dockerfile

This commit is contained in:
Alexandre
2024-04-24 17:04:14 +02:00
committed by GitHub
parent 71f65b7300
commit e9ebb7e7c3

View File

@@ -53,6 +53,7 @@ RUN export DEBIAN_FRONTEND noninteractive && \
export USER="abc" && \
export HOME="/app" && \
echo "HOME is $HOME" && \
cd /app || true && \
/./newinstaller.sh
USER root
#sudo -E -u birdnet -s /bin/bash -c "/newinstaller.sh"