D
Dokploy7mo ago
apis

Bun latest version

How to deploy with bun latest version?
2 Replies
apis
apisOP6mo ago
create nixpacks.toml
[phases.setup]
nixpkgsArchive = '37674aa8c2d7ae27c66a9b28d3b1cacac469db96'

[start]
cmd = "bun run start"
[phases.setup]
nixpkgsArchive = '37674aa8c2d7ae27c66a9b28d3b1cacac469db96'

[start]
cmd = "bun run start"
pick latest commit from https://github.com/NixOS/nixpkgs/commits/master/ upgraded to bun v1.1.31, but it's still not the latest version, which is bun v1.1.34 latest commit can upgrade to bun v1.1.34 now
riccc
riccc6mo ago
in docker I'm deploying with bun just by including FROM oven/bun:latest in my Dockerfile no idea on how to do it with nixpack

Did you find this page helpful?