Prepare Portainer deployment

This commit is contained in:
Zachariah K. Sharma
2026-06-05 23:46:10 -06:00
commit e6f1c5c13f
84 changed files with 12383 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
#!/bin/sh
set -eu
npx prisma migrate deploy
exec "$@"