Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 296 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 296 Bytes

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