From ec2d99f3de79eba87eb92beea5f8949b2de206c7 Mon Sep 17 00:00:00 2001 From: Leon van Kammen Date: Wed, 26 Nov 2025 11:39:04 +0100 Subject: [PATCH] wait for bootscript to finish --- manyfold/usr/src/app/bin/docker-entrypoint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manyfold/usr/src/app/bin/docker-entrypoint.sh b/manyfold/usr/src/app/bin/docker-entrypoint.sh index e047269..23c775c 100755 --- a/manyfold/usr/src/app/bin/docker-entrypoint.sh +++ b/manyfold/usr/src/app/bin/docker-entrypoint.sh @@ -8,7 +8,7 @@ echo "Preparing database..." bundle exec rails db:prepare:with_data echo "run boot 'hook'" -/manyfold/cli/manyfold.sh hook boot & +/manyfold/cli/manyfold.sh hook boot || true echo "Setting database file ownership (SQLite3 only)..." bundle exec rake db:chown