Skip to content

Commit

Permalink
fix: run db seed in the prepare database step, closes #53
Browse files Browse the repository at this point in the history
  • Loading branch information
Arcath committed Dec 13, 2024
1 parent 6fb07a0 commit 7eaddf6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docker-entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ function prepare_database {

npx prisma migrate deploy
npx prisma generate --sql
npx prisma db seed
}

if [ "$1" = 'net-doc-remix' ]; then
Expand Down

0 comments on commit 7eaddf6

Please sign in to comment.