Skip to content
This repository was archived by the owner on Apr 14, 2026. It is now read-only.

Latest commit

 

History

History
36 lines (25 loc) · 878 Bytes

File metadata and controls

36 lines (25 loc) · 878 Bytes

nest-smaller-docker

Build Lint Test License

Optimized multi-stage Docker configuration for NestJS using pnpm to minimize container image size.

Companion repository for the Medium article Nest.js — Reducing Docker container size

Installation

$ pnpm install

Running the app

# watch mode
$ pnpm start:dev

# build
$ pnpm build

Test

# unit tests
$ pnpm test

# watch
$ pnpm test:watch