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

9 lines
234 B
Docker
Raw Normal View History

2022-10-20 18:47:57 +02:00
FROM {{ docker_source_image }}
LABEL maintainer="{{ docker_image_maintainer }}"
# Copy the PEP configuration
2022-10-21 16:36:57 +02:00
COPY nginx.conf /etc/nginx/nginx.conf
COPY pep.js /etc/nginx/pep.js
2022-10-21 18:21:58 +02:00
COPY nginx.default.conf /etc/nginx/conf.d/default.conf