mirror of https://github.com/ghostfolio/ghostfolio
Browse Source
* Set up tini to avoid zombie processes and perform signal forwarding in docker image * Update changelogpull/3185/head
Bastien Jeannelle
10 months ago
committed by
GitHub
3 changed files with 22 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