Skip to content

Latest commit

 

History

History
14 lines (7 loc) · 247 Bytes

README.md

File metadata and controls

14 lines (7 loc) · 247 Bytes

node-packaging

An image based on node:stretch usable for release packaging of node.js applications

Usage

  • make
  • docker run -t -i --rm -v $PWD:$PWD node-packging:stretch-1 /bin/bash

Credits