Update Dockerfile

This commit is contained in:
Alexandre
2024-04-24 16:44:31 +02:00
committed by GitHub
parent 19c5b28f55
commit 0cc144db0e

View File

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