Skip to content

julianvilas/docker-http-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

Node http-server

Docker image that runs the node application http-server exposing the /public directory at port 8080.

How to run it:

docker run --rm -ti -p 8080:8080 --name http-server -v DIRECTORY_TO_EXPOSE:/public redsadic/docker-http-server

About

Simple image that runs node http-server exposing a directory on port 8080 of the container

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published