diff --git a/entrypoint.sh b/entrypoint.sh new file mode 100644 index 0000000..628bb4d --- /dev/null +++ b/entrypoint.sh @@ -0,0 +1,9 @@ +#!/bin/sh +set -e + +# Run migrations +bun run db:migrate + +# Start the application +echo "Starting the application..." +./server \ No newline at end of file