danawoodman / docker-node-hello-world

Docker + Node "Hello World" example repo for Docker beginners.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

missing `npm install express --save` ?

sebastianconcept opened this issue · comments

missing `npm install express --save` ?

@sebastianconcept I'm confused what you're referring to. This doesn't use express, it just uses the built in Node HTTP server. Let me know if I'm missing something...

Puh, my bad @danawoodman ! sorry for the confussion

No problem! 😉