We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 989e6d2 commit a63ef76Copy full SHA for a63ef76
docker-entrypoint.sh
@@ -1,5 +1,9 @@
1
#!/bin/sh
2
set -e
3
4
+echo "Generating & Pushing DB schema..."
5
+bunx drizzle-kit generate
6
+bunx drizzle-kit push
7
+
8
echo "Booting up Rosetta..!"
9
exec bun run src/index.ts
0 commit comments