Skip to content
This repository has been archived by the owner on May 3, 2023. It is now read-only.

supplypike/docker-node-service

Repository files navigation

CaseStack Node.js Service

node base image that exposes port 40404.

Config

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.

Generating

Run npm run build to generate Dockerfiles based on your config.

Releases

No releases published

Packages

No packages published