update package
This commit is contained in:
parent
3027504c48
commit
77fed46909
1 changed files with 9 additions and 0 deletions
9
entrypoint.sh
Normal file
9
entrypoint.sh
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
#!/bin/sh
|
||||
set -e
|
||||
|
||||
# Run migrations
|
||||
bun run db:migrate
|
||||
|
||||
# Start the application
|
||||
echo "Starting the application..."
|
||||
./server
|
||||
Loading…
Add table
Reference in a new issue