d4s-nginx-pep-examples/gcube-token-docker/Dockerfile.j2

9 lines
234 B
Django/Jinja

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