From 803c728273c41f335aa5c9b192e1121b8ba87a1f Mon Sep 17 00:00:00 2001 From: Yi-Jyun Pan Date: Fri, 30 Aug 2024 11:26:27 +0800 Subject: [PATCH] chore: Update zeabur configuration --- zbpack.json | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 zbpack.json diff --git a/zbpack.json b/zbpack.json new file mode 100644 index 0000000..e92e41b --- /dev/null +++ b/zbpack.json @@ -0,0 +1,8 @@ +{ + "rust": { + "entry": "blah" + }, + "start_command": "/app/main --listen=0.0.0.0:8080 --database=/db.sqlite3 --base-url=https://blah-backend.zeabur.app", + "build_command": "apt update && apt install -y sqlite3", + "pre_start_command": "apt update && apt install -y sqlite3 && rm -rf /var/lib/apt/lists/*" +}