[survey-web/oscp] Copy files from configMap as LS expects files to be writable



commit 9772d22108c13f710da759c41b1b6c63ddaa944c
Author: Bartłomiej Piotrowski <bpiotrowski gnome org>
Date:   Tue Dec 29 13:19:23 2020 +0100

    Copy files from configMap as LS expects files to be writable

 entrypoint.sh | 2 ++
 1 file changed, 2 insertions(+)
---
diff --git a/entrypoint.sh b/entrypoint.sh
index 4531aad0..59cdfc98 100755
--- a/entrypoint.sh
+++ b/entrypoint.sh
@@ -1,5 +1,7 @@
 #!/bin/bash
 
 mkdir -p /var/www/html/tmp/{assets,runtime,upload}
+cp /config/* /var/www/html/application/config/
 php application/commands/console.php updatedb
+
 exec php-fpm


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]