update package

This commit is contained in:
smfahim25 2025-03-20 13:01:19 +06:00
parent 3027504c48
commit 77fed46909

9
entrypoint.sh Normal file
View file

@ -0,0 +1,9 @@
#!/bin/sh
set -e
# Run migrations
bun run db:migrate
# Start the application
echo "Starting the application..."
./server