Skip to content

Docker image for using node tools within aws image

Notifications You must be signed in to change notification settings

samtoi/amazonlinux-nvm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

An image for e.g. npm installing dependencies for a Lambda func.

To get amazonlinux built node_modules on your host you can e.g.

docker run -v `pwd`:/tmp/app --rm name-of-this-built-image /bin/bash -c '. ~/.nvm/nvm.sh; cd /tmp/app; npm install'

in your project folder where package.json resides

About

Docker image for using node tools within aws image

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published