Skip to content
This repository has been archived by the owner on Apr 12, 2024. It is now read-only.

Latest commit

 

History

History
11 lines (6 loc) · 319 Bytes

README.md

File metadata and controls

11 lines (6 loc) · 319 Bytes

base-image

Base docker image for web projects.

Publishing images for new Node versions

Run ./publish.sh [base-version]. This will update the Dockerfile and publish the image to DockerHub

For example: ./publish.sh 14.18.0

Don't forget to commit changes