# From docker.io/library/nginx:1.14.0 FROM nginx:stable-alpine3.17 COPY nginx.conf /etc/nginx/nginx.conf COPY default.conf /etc/nginx/conf.d/default.conf COPY obui.conf /etc/nginx/conf.d/obui.conf COPY obf.conf /etc/nginx/conf.d/obf.conf COPY grafana.conf /etc/nginx/conf.d/grafana.conf COPY cecfweb.conf /etc/nginx/conf.d/cecfweb.conf COPY halo.conf /etc/nginx/conf.d/halo.conf # COPY 404.html /usr/share/nginx/html/404.html