From 14cbcb5d2cdccce3edb2a86306f7f13e4873e6a2 Mon Sep 17 00:00:00 2001 From: Arthur Wang Date: Sun, 12 May 2024 21:40:50 -0400 Subject: [PATCH] Add ssl folder --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index 839de9c..634e648 100644 --- a/Dockerfile +++ b/Dockerfile @@ -149,6 +149,7 @@ ADD plugins/themes /var/www/html/plugins/themes # Add SSL cert option for DB Connection (replace files in pkp lib) COPY ssl/PKPContainer.php /var/www/html/lib/pkp/classes/core COPY ssl/PKPInstall.php /var/www/html/lib/pkp/classes/install +COPY ssl /var/www/html/ ENV LD_PRELOAD /usr/lib/preloadable_libiconv.so