Skip to content

xchek/docker-express-sandbox

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build image:

docker build -t IMAGE_NAME .

Run image mapping port 8080 (in the container) to 3000 (on the container's host) in detached mode:

docker run -p 3000:8080 -d IMAGE_NAME

About

Sandbox to test running express apps with docker.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published