Docker container to host watch.phasik.tv
, and possibly other endpoints in the future.
docker build . -t lyraphase/phasik.tv:latest
docker run -d -p 8080:80 lyraphase/phasik.tv:latest
The docker container currently supports the following environment variables:
PORT
: The port to listen on