Flip video streamer
Quick start
- Copy .env.example to .env
- Change envs values if need
Make sure you have a docker client up and running on your machine.
- Clone this repo.
- Build image
$docker build --tag flip:latest ./
(on root directory) - Run this image in a container
$ docker run -p 5000:5000 --env-file .env -it flip