Uses the official oven/bun Docker image for development,
and an optimised nginx image for production.
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.