Update Dockerfile

This commit is contained in:
Alexandre
2024-04-24 14:38:18 +02:00
committed by GitHub
parent 83327210de
commit d65d659b54

View File

@@ -39,6 +39,7 @@ USER birdnet
RUN export DEBIAN_FRONTEND=noninteractive && \
export BIRDNET_USER="birdnet" && \
export HOME="/home/birdnet" && \
echo "this is the path: $(awk -F: '/1000/ {print $6}' /etc/passwd)" && \
/./newinstaller.sh
USER root
#sudo -E -u birdnet -s /bin/bash -c "/newinstaller.sh"