trflagg / docker-http-server

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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