Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 254 Bytes

README.md

File metadata and controls

7 lines (6 loc) · 254 Bytes

docker-lambda-build

Docker container to build nodejs module for AWS Lambda with private npm repo.

Usage

docker run -it -v "$PWD":/var/task -e NPM_TOKEN=$(cat ~/.npmrc | awk -F= '{print $2}') elysiumtech/build-lambda-node610 npm install