Update entrypoint.sh

This commit is contained in:
Ryan 2025-04-09 20:00:36 +10:00
parent d85bc81b7e
commit fef9260d23

View File

@ -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"