mirror of https://github.com/ghostfolio/ghostfolio
committed by
Thomas Kaul
2 changed files with 21 additions and 2 deletions
@ -0,0 +1,12 @@ |
|||
#!/bin/sh |
|||
|
|||
set -ex |
|||
|
|||
echo "Running database migrations" |
|||
npx prisma migrate deploy |
|||
|
|||
echo "Seeding the database" |
|||
npx prisma db seed |
|||
|
|||
echo "Starting the server" |
|||
node main |
Loading…
Reference in new issue