Skip to content

Simple Docker image for serving static files with lighttpd (local development). A little bit more configurable than Python's SimpleHTTPServer.

Notifications You must be signed in to change notification settings

beviss/docker-lighttpd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

Building:

docker build -t lighttpd .

Running:

docker run --rm -ti -v $(pwd):/var/www lighttpd

About

Simple Docker image for serving static files with lighttpd (local development). A little bit more configurable than Python's SimpleHTTPServer.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages