Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 647 Bytes

README.md

File metadata and controls

10 lines (6 loc) · 647 Bytes

docker-node

A repository that contains Docker (OCI format) base images for Node.js (that I used in my projects)

Available on Docker Hub and GitHub Container Registry!

Information for dev version

There are dev flavor images available which is mainly used for building Node.js Docker images.

These images are meant to be used in a multi-stage build configuration, which is build stage (installing, deps compiling, compiling, etc), and final stage (production image)