build(docker): vendor bun from the base image #19
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "codex/bilig-docker-bun"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
bun.shduring the Docker buildoven/bun:1.3.10into the build stage insteadValidation
pnpm lintdocker buildx build --target web-runtime --load -t bilig-web:test .now gets past Bun install and reaches pnpm network fetchdocker buildx build --target sync-runtime --load -t bilig-sync:test .now gets past Bun install and reaches pnpm network fetch