Skip to content

Latest commit

 

History

History
 
 

npm

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

Node.js Sample App using NPM

Building

pack build npm-sample --buildpack paketo-buildpacks/nodejs

Running

docker run --interactive --tty --init --publish 8080:8080 npm-sample

Viewing

curl http://localhost:8080