# hadolint ignore=DL3006
FROM registry.shore.co.il/nginx
COPY --chown=root:root conf.d/ /etc/nginx/conf.d/
RUN nginx -t
