FROM {{ docker_source_image }} LABEL maintainer="{{ docker_image_maintainer }}" # Copy the PEP configuration COPY nginx.conf /etc/nginx/nginx.conf COPY pep.js /etc/nginx/pep.js COPY nginx.default.conf /etc/nginx/conf.d/default.conf