From 619e48afdacfa5d3af3d84cf2e9b75a18f62e148 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Tue, 30 Apr 2024 00:29:15 +0200 Subject: [PATCH] Update Dockerfile --- birdnet-pi/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/birdnet-pi/Dockerfile b/birdnet-pi/Dockerfile index c32d6cb62..c33ac3c44 100644 --- a/birdnet-pi/Dockerfile +++ b/birdnet-pi/Dockerfile @@ -92,7 +92,7 @@ RUN \ ln -s /home/"$USER" /app && \ chown -R "$USER":"$USER" /home/"$USER" /app && \ \ - # Give access to caddy + # Give access to caddy for files owned by the user, to allow files modification groupmod -o -g 1000 caddy && usermod -o -u 1000 caddy && \ \ # Cleanup