Well, it’s just a TS project with a very simple Dockerrile, you can just bun install && bun run prod.
The rest of the dependencies aren’t included in the docker image.
To be fair, I prefer nodejs/npm to have as little to do with my home folder as possible, and not have to worry about maintaining my own versions/updates/etc. as I am not a regular user of JS, don’t already have the toolchain(s) and don’t want to.
Eh, I wish it wasn’t docker only.
I want to apt install stuff or at least download and run a binary, but not docker.
Well, it’s just a TS project with a very simple Dockerrile, you can just
bun install && bun run prod
.The rest of the dependencies aren’t included in the docker image.
To be fair, I prefer nodejs/npm to have as little to do with my home folder as possible, and not have to worry about maintaining my own versions/updates/etc. as I am not a regular user of JS, don’t already have the toolchain(s) and don’t want to.