bun + nginx Dockerfile
Bun — A fast all-in-one JavaScript runtimeBundle, install, and run JavaScript & TypeScript — all in Bun. Bun is a new JavaScript runtime with a native bundler, transpiler, task runner, and npm client built-in.
bun을 이용하여, 기존 npm, yarn 대비 빠른 패키지 설치 및 빌드를 통해 배포를 하기 위한 메모이다.
FROM oven/bun: