From fe66e84bebff04e4e1ec2b1616cafc4322807dfb Mon Sep 17 00:00:00 2001 From: martinjrobins Date: Wed, 6 Dec 2023 11:35:26 +0000 Subject: [PATCH] copy ssl certs --- Dockerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Dockerfile b/Dockerfile index 8629e783..b71a60ba 100644 --- a/Dockerfile +++ b/Dockerfile @@ -61,6 +61,8 @@ RUN chown -R www-data:www-data /var/lib/nginx /run /tmp # server setup files COPY nginx.default.template . COPY start-server.sh . +# copy any ssl certificates +COPY /etc/ssl/pkpdapp.com.* /etc/ssl/ RUN chown -R www-data:www-data nginx.default.template start-server.sh # run as www-data