Search Docker Hub
express-static
By thomasls
Webserver based on Express.JS for static files
121
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
Content type
Image
Digest
Size
255.3 MB
Last updated
about 8 years ago
docker pull thomasls/express-static