Skip to content

Minimal runnable node.js + express inside a docker image

Notifications You must be signed in to change notification settings

lmeckes/nodejs-docker-minimal

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build the docker image

docker build -t lms/node-web-app .

Run the docker image

docker run -p 8080:8080 -d lms/node-web-app

Access the node instance running inside docker

http://localhost:8080/

About

Minimal runnable node.js + express inside a docker image

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published