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



commit 5259e17bb324dc27a9fe7941c9133a285a844481
Author: Bartłomiej Piotrowski <bpiotrowski gnome org>
Date:   Tue Dec 29 13:21:20 2020 +0100

    Revert "Copy files from configMap as LS expects files to be writable"
    
    This reverts commit 9772d22108c13f710da759c41b1b6c63ddaa944c.

 entrypoint.sh | 2 --
 1 file changed, 2 deletions(-)
---
diff --git a/entrypoint.sh b/entrypoint.sh
index 59cdfc98..4531aad0 100755
--- a/entrypoint.sh
+++ b/entrypoint.sh
@@ -1,7 +1,5 @@
 #!/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]