mirror of https://github.com/ghostfolio/ghostfolio
4 changed files with 4 additions and 24 deletions
@ -1,12 +0,0 @@ |
|||
#!/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