Dockerfile 167 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 FROM debian:stretch ARG NGINX_EXTRA_PACKAGES COPY files/ /tmp/files/ RUN /tmp/files/configure ENTRYPOINT ["/sbin/entrypoint.sh"] CMD ["nginx", "-g", "daemon off;"]