Skip to content

Docker with express web server for general web application.

Notifications You must be signed in to change notification settings

gogotaro/docker-express-web-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

docker-express-web-server

Docker with express web server for general web application.

Usage

Container Build

Please make sure your web application file was paste to public directory before build.

docker build . -t [container image]

Container Run

docker run -d -p 80:3000 --name [container name] -v [web app location]:/app/public [container image]

*PS It's an option you can include your web on build or mount volume later on docker runtime

File Locations

  • /app/public - Web application location

About

Docker with express web server for general web application.

Resources

Stars

Watchers

Forks