ubiquitous-invention/docker
Randall Stillwell 70c9bbf1e5 docker: skip type-check + lint during prod web build
next build was OOM-killed (exit 255) on the Coolify host during
'Linting and checking validity of types' — tsc pulls the whole type graph
into memory and pushes the build past available RAM.

Type-checking and linting belong in CI / pre-commit, not in the prod
container build. Skip them via next.config and cap the Node heap to 1.5 GB
so any future memory blow-up surfaces as a JS OOM instead of a SIGKILL.

Made-with: Cursor
2026-04-27 14:58:12 -05:00
..
.dockerignore feat: Full project management application scaffold 2026-03-26 22:39:16 -05:00
docker-compose.coolify.yml docker: unify per-service Dockerfiles into one multi-stage file 2026-04-27 14:38:39 -05:00
docker-compose.dev.yml feat: Full project management application scaffold 2026-03-26 22:39:16 -05:00
docker-compose.yml docker: unify per-service Dockerfiles into one multi-stage file 2026-04-27 14:38:39 -05:00
Dockerfile docker: skip type-check + lint during prod web build 2026-04-27 14:58:12 -05:00
next.config.docker.ts docker: skip type-check + lint during prod web build 2026-04-27 14:58:12 -05:00