From 896761c4f9bf2815c5c9d4fb716fd45fcde2dcd2 Mon Sep 17 00:00:00 2001 From: Andrea Dell'Amico Date: Fri, 21 Oct 2022 16:36:57 +0200 Subject: [PATCH] Fix the Dockerfile. --- gcube-token-docker/Dockerfile.j2 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/gcube-token-docker/Dockerfile.j2 b/gcube-token-docker/Dockerfile.j2 index 8d5a286..52c83a7 100644 --- a/gcube-token-docker/Dockerfile.j2 +++ b/gcube-token-docker/Dockerfile.j2 @@ -3,6 +3,6 @@ FROM {{ docker_source_image }} LABEL maintainer="{{ docker_image_maintainer }}" # Copy the PEP configuration -COPY config/nginx/nginx.conf /etc/nginx/nginx.conf -COPY config/nginx/pep.js /etc/nginx/pep.js -COPY config/nginx/config.js /etc/nginx/config.js +COPY nginx.conf /etc/nginx/nginx.conf +COPY pep.js /etc/nginx/pep.js +COPY config.js /etc/nginx/config.js