paulbouwer / hello-kubernetes

Provides a demo app to deploy to a Kubernetes cluster. It displays a message, the name of the pod and details of the node it's deployed to.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Readme - Yarn Over NPM

bdlb77 opened this issue · comments

In the Develop Application section of the readme.md , you say to run the app with npm start.. It looks like in the Dockerfile you use yarn instead.. To avoid bundling the app with both yarn and npm I'd recommend to change the phrase in the Develop Application section from:

If you run npm start in the app

To

If you run yarn start in the app

nevermind I had a fluke with using yarn... it's all good!