FROM nginx:1.19.5-alpine
LABEL maintainer="support@stackrox.com"

COPY nginx.conf /etc/nginx/nginx.conf
COPY public-html /public-html
