diff --git a/birdnet-pi/Dockerfile b/birdnet-pi/Dockerfile index 99c230a1d..0d5faf811 100644 --- a/birdnet-pi/Dockerfile +++ b/birdnet-pi/Dockerfile @@ -54,10 +54,10 @@ RUN \ # Correct for journalctl curl -f -L -s -S https://raw.githubusercontent.com/gdraheim/docker-systemctl-replacement/master/files/docker/journalctl3.py -o /helpers/journalctl && \ cp -rf /helpers/journalctl /bin/journalctl && \ - chmod a+x /bin/journalctl && \ + chmod a+x /journalctl && \ \ # Correct for timedatectl - cp /helpers/timedatectl /usr/bin/timedatectl && \ + cp /helpers/timedatectl /bin/timedatectl && \ chmod a+x /usr/bin/timedatectl && \ \ # Change user to pi and create /home/pi