An open API service indexing awesome lists of open source software.

https://github.com/ourway/docker-webfsd

Dockerised version of Webfsd -- The smallest static http server in the planet
https://github.com/ourway/docker-webfsd

docker-image http-server webfsd

Last synced: over 1 year ago
JSON representation

Dockerised version of Webfsd -- The smallest static http server in the planet

Awesome Lists containing this project

README

          

The world smallest static web server:
Usage:
```console
docker run -it -v `pwd`:"/storage" -p 8000:8000 --rm farshidashouri/webfsd
```

- Farshid Ashouri