A generic Bun component that can be used to run any JS / TS app.
Uses the official oven/bun Docker image.
Will run bun install
when component is first initialized, and bun dev
when deployment is started.
Will build a production ready image. Image runs bun install
& bun run build
when being created. Once the image runs, bun start
is called.