mirror of
https://github.com/Blah-IM/blahrs.git
synced 2025-05-01 08:41:09 +00:00
chore: Update zeabur configuration
This commit is contained in:
parent
4d3371e485
commit
803c728273
1 changed files with 8 additions and 0 deletions
8
zbpack.json
Normal file
8
zbpack.json
Normal file
|
@ -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/*"
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue