# vi: ft=dockerfile FROM docker.io/nginx ADD nginx.proxy.conf /nginx.conf CMD ["nginx", "-c", "/nginx.conf", "-g", "daemon off;"]