Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 208 Bytes

README.md

File metadata and controls

7 lines (5 loc) · 208 Bytes

A simple Python based HTTP server that sets CORS allow headers. Useful for streaming from files on local computer

Usage

$ docker run --rm -it -p 8080:8080 -v "$PWD":/data eyevinntechnology/serve