Fix the Dockerfile.

This commit is contained in:
Andrea Dell'Amico 2022-10-21 16:36:57 +02:00
parent aa23be76aa
commit 896761c4f9
Signed by: andrea.dellamico
GPG Key ID: 147ABE6CEB9E20FF
1 changed files with 3 additions and 3 deletions

View File

@ -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