From fef9260d239e1a46df6a9ea2716d77923c346e26 Mon Sep 17 00:00:00 2001 From: Ryan Date: Wed, 9 Apr 2025 20:00:36 +1000 Subject: [PATCH] Update entrypoint.sh --- entrypoint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/entrypoint.sh b/entrypoint.sh index aff358e..34cf715 100644 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -16,7 +16,7 @@ if [ ! -d "$PROJECT_DIR" ]; then --db-url "$DATABASE_URL" \ --no-browser \ --directory-path "$PROJECT_DIR" \ - --seed + --with-nextjs-starter # Change into the project folder, install dependencies and build the app. cd "$PROJECT_DIR"