Post

@bunjavascript Just being able to use bun instead of node in dockerized setup is what we need, I can't build my full stack application using bun, or even run the built with npm using bun as a standalone service 😕
English

@bader_idri8628 What issue did you run into? Bun is widely used in Docker images in production.
English

@bunjavascript Oftech missing is an example of unable to run nuxt 4 apps using bun, that's if I build the image using node, because building using bun is not possible in current versions
English

@bunjavascript @bader_idri8628 a recurring issue is that the alpine images lag behind on the alpine base image version, which makes usage in companies where there are strict latest-version / 0-known vulnerability policies for compliance with business-critical certification criteria complicated
English

@bunjavascript @bader_idri8628 This is one of the main issue that affects containers and vite dev server (exclusively when using --bun). github.com/oven-sh/bun/is…
For example when I use https in dev, I always get errors like this in SvelteKit: "WebSocket closed without opened" (on Canary too)
English

@bunjavascript @bader_idri8628 What about node:inspector? We can't even run nestjs easily at my workplace.
English

@bunjavascript @bader_idri8628 See #issuecomment-2838004329" target="_blank" rel="nofollow noopener">github.com/nitrojs/nitro/…

