Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 235 Bytes

README.md

File metadata and controls

13 lines (7 loc) · 235 Bytes

Node.js Sample App using Yarn

Building

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

Running

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

Viewing

curl http://localhost:8080