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"