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 ```