From 2abbf6c26f26054123df4b6ca45eb35e3ae8af6a Mon Sep 17 00:00:00 2001 From: Vincent Vanwaelscappel Date: Mon, 28 Oct 2024 19:37:02 +0100 Subject: [PATCH] . --- .docker/update | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.docker/update b/.docker/update index dfcd844..37a8833 100644 --- a/.docker/update +++ b/.docker/update @@ -8,6 +8,7 @@ COMPOSE_DOCKER_CLI_BUILD=1 DOCKER_BUILDKIT=1 docker compose build docker compose down -v docker compose up -d docker exec -it songbook /application/update -ln -s -f /docker/songbook/cron /etc/cron.d/songbook chown -R www-data:www-data /docker/songbook/www/ +ln -s -f /docker/songbook/cron /etc/cron.d/songbook +chown 0:0 /etc/cron.d/songbook ufw-docker allow songbook -- 2.39.5