From 77fed469096df5c94daedbd5f351da2022fee970 Mon Sep 17 00:00:00 2001 From: smfahim25 Date: Thu, 20 Mar 2025 13:01:19 +0600 Subject: [PATCH] update package --- entrypoint.sh | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 entrypoint.sh 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