Sign inSign up

thomasls/express-static

By thomasls

Updated about 8 years ago

Webserver based on Express.JS for static files

Image
0

121

thomasls/express-static repository overview

Supported tag

  • latest

Quick start

You can only define the public directory and the listening port to launch it.

docker run --detach \
    --publish 3000:80 \
    --volume /users/www/home:/var/www \
    thomasls/express-static

Tag summary

Content type

Image

Digest

Size

255.3 MB

Last updated

about 8 years ago

docker pull thomasls/express-static