add directory for common assets
This commit is contained in:
8
common/entrypoint.sh
Executable file
8
common/entrypoint.sh
Executable file
@ -0,0 +1,8 @@
|
|||||||
|
#!/bin/sh
|
||||||
|
set -e
|
||||||
|
|
||||||
|
echo "Running migrations"
|
||||||
|
npx prisma migrate deploy
|
||||||
|
|
||||||
|
echo "Starting application"
|
||||||
|
node index.js "$@"
|
Reference in New Issue
Block a user