mirror of
https://github.com/Blah-IM/blahrs.git
synced 2025-05-01 08:41:09 +00:00
8 lines
313 B
JSON
8 lines
313 B
JSON
{
|
|
"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/*"
|
|
}
|