/dockerized-express-js-hello-world

A simple dockerized hello world program built with express.js

Primary LanguageJavaScriptMIT LicenseMIT

dockerized-express-js-hello-world

A simple dockerized hello world program built with express.js

Usage

docker run -p 3000:3000 -d yizhiheng/dockerized-express-js-hello-world

Open your broswer and go to http://localhost:3000