add directory for common assets

This commit is contained in:
2025-04-15 15:51:27 -04:00
parent c0a59bd30a
commit 911983d250
68 changed files with 8 additions and 0 deletions

8
common/entrypoint.sh Executable file
View File

@ -0,0 +1,8 @@
#!/bin/sh
set -e
echo "Running migrations"
npx prisma migrate deploy
echo "Starting application"
node index.js "$@"