Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 228 Bytes

README.md

File metadata and controls

13 lines (7 loc) · 228 Bytes

Node.js Sample App using Yarn

Building

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

Running

docker run --interactive --tty --publish 8080:8080 yarn-sample

Viewing

curl http://localhost:8080