GitBulletin

Repository: farcasterxyz/hub-monorepo

Revolutionary Docker Upgrade: Boosting Build Speeds to New Heights!

2023-02-03 17:01:44 UTC

Transition to Bullseye-Slim Base Image Slashes Build Times and Image Size, Transforming Development Efficiency!

Commit Details:

chore: speed up Docker build (#509) The Docker base image is changed from alpine to bullseye-slim. It allows copying node_modules from build stage directly. The resulting image size is also reduced because it doesn't need build tools for installing npm packages.

Search Similar