add:deploy stuff
This commit is contained in:
8
backend/entrypoint.sh
Normal file
8
backend/entrypoint.sh
Normal file
@@ -0,0 +1,8 @@
|
||||
#!/bin/bash
|
||||
set -e
|
||||
|
||||
echo "Running database migrations..."
|
||||
bun run db:migrate
|
||||
|
||||
echo "Starting server..."
|
||||
exec bun run src/index.ts
|
||||
Reference in New Issue
Block a user