Feature/set up Tini to avoid zombie processes (#3195)
* Set up Tini to avoid zombie processes * Update changelogpull/3212/head
parent
f1eeee0525
commit
debd233c32
@ -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