Eyevinn / docker-serve

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 

About

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


Languages

Language:Python 100.0%