Skip to content

Instantly share code, notes, and snippets.

View duongdam's full-sized avatar
🙌

pa.duongdam duongdam

🙌
View GitHub Profile
@duongdam
duongdam / bun-js-dockerfile
Last active April 15, 2024 09:22
Dockerfile for Bun API with size reduced to 298Mb
#Simple size about 298Mb. Bun v1.0.21
FROM oven/bun:latest as build-stage
WORKDIR /dist
COPY . .
COPY .env.production .env
COPY package.json package.json
COPY bun.lockb bun.lockb