Skip to content

Nginx image to run Medleybox

Notifications You must be signed in to change notification settings

medleybox/nginx

Repository files navigation

nginx

Nginx docker image used to run Medleybox.

Workflow

A github action has been setup to automatically build and push the docker image within this repo when commits are pushed.

Build

docker build -t ghcr.io/medleybox/nginx:master .

Push

docker push ghcr.io/medleybox/nginx:master