From 1840267c8aeab6d992fc793d8cd86eec625a1c1c 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..dec0199 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 +ADD ssl /var/www/html/ssl ENV LD_PRELOAD /usr/lib/preloadable_libiconv.so