Nginx docker image used to run Medleybox.
A github action has been setup to automatically build and push the docker image within this repo when commits are pushed.
docker build -t ghcr.io/medleybox/nginx:master .
docker push ghcr.io/medleybox/nginx:master