node base image that exposes port 40404
.
Each object under dockerfiles
has these keys:
- tag: (String, Required). The tag to be used for this dockerfile and image.
- from: (String, Required) The Dockerfile that this generated one will be based on.
- extraInstructions: (Array of Strings, Optional) Additional lines to be inserted into the generated Dockerfile.
Run npm run build
to generate Dockerfiles based on your config.