[survey-web/oscp] Copy files from configMap as LS expects files to be writable
- From: Bartłomiej Piotrowski <bpiotrowski src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [survey-web/oscp] Copy files from configMap as LS expects files to be writable
- Date: Tue, 29 Dec 2020 12:19:51 +0000 (UTC)
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]