# Crafted with the help of the SCLOrg docs:
# https://github.com/sclorg/nginx-container/tree/master/1.20#3-prepare-an-application-inside-a-container
#FROM fedora/nginx
#FROM nginx:latest
#FROM yobasystems/alpine-nginx
FROM quay.io/centos7/nginx-120-centos7

MAINTAINER copr-devel@lists.fedorahosted.org

COPY files/etc/nginx/conf.d/copr-be.conf /opt/app-root/etc/nginx.d/

CMD nginx -g "daemon off;"
