Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 232 Bytes

README.md

File metadata and controls

13 lines (7 loc) · 232 Bytes

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