Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 310 Bytes

README.md

File metadata and controls

6 lines (5 loc) · 310 Bytes

Node JS 8.11 Build Image

This is an alpine based build environment image with libraries and tools installed for building Node JS 8.11 apps using yarn. Expects Jest to be used for testing, and standard yarn scripts for test and build to be in package.json.

Installed tools

  • node:8.11.1
  • yarn:1.5.1