From e9ebb7e7c38dba31cb521de48d11fa6c17740e4a Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Wed, 24 Apr 2024 17:04:14 +0200 Subject: [PATCH] Update Dockerfile --- zzz_draft_birdnet-pi/Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/zzz_draft_birdnet-pi/Dockerfile b/zzz_draft_birdnet-pi/Dockerfile index de969fcca..b6eeef86a 100644 --- a/zzz_draft_birdnet-pi/Dockerfile +++ b/zzz_draft_birdnet-pi/Dockerfile @@ -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"