Infra

Docker

Docker images, multi-stage builds, container operations

1 post
  1. Infra/Docker

    Multi-Stage Docker Builds for a Leaner Node Image

    Our production image was 1.4GB and rebuilt from scratch on every dependency change. Multi-stage builds fixed both problems at once.

    2 min read