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