Skip to content

Latest commit

 

History

History
 
 

no-package-manager

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

Node.js Sample App using no package manager

Building

pack build nodejs-sample --buildpack gcr.io/paketo-buildpacks/nodejs

Running

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

Viewing

curl http://localhost:8080