From f3f0c61325b014cb8977fcc20b64c336c8fb3d1a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kov=C3=A1ts=20Levente?= Date: Tue, 19 Jan 2021 08:50:47 +0100 Subject: [PATCH 1/3] =?UTF-8?q?submodul=20friss=C3=ADt=C3=A9s?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- wwwdata | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wwwdata b/wwwdata index d2f1075..22a9491 160000 --- a/wwwdata +++ b/wwwdata @@ -1 +1 @@ -Subproject commit d2f10756019c038035112f1b5bf56ec566a5add5 +Subproject commit 22a949120115b80be7423d0f0e4b2e59bcf8fff3 From f60ce36393ecda938d51701c28507cfee5c1b19d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kov=C3=A1ts=20Levente?= Date: Tue, 19 Jan 2021 12:29:49 +0100 Subject: [PATCH 2/3] =?UTF-8?q?adatb=C3=A1zis=20inicializ=C3=A1l=C3=A1s?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Dockerfile | 1 + database_init.php | 54 +++++++++++++++++++++++++++++++++++++++++++++++ entrypoint.sh | 2 ++ 3 files changed, 57 insertions(+) create mode 100644 database_init.php diff --git a/Dockerfile b/Dockerfile index 66b4df2..22e8baa 100644 --- a/Dockerfile +++ b/Dockerfile @@ -22,6 +22,7 @@ COPY ./wwwdata/*.css /var/www/html/ COPY ./wwwdata/media /var/www/html/media/ COPY ./php.ini /etc/php/7.4/apache2/ COPY ./config/apache2 /etc/apache2 +COPY ./database_init.php /database_init.php # let through ports for webserver and xdebug access EXPOSE 80 diff --git a/database_init.php b/database_init.php new file mode 100644 index 0000000..d1aa3e7 --- /dev/null +++ b/database_init.php @@ -0,0 +1,54 @@ + Date: Wed, 20 Jan 2021 21:06:18 +0100 Subject: [PATCH 3/3] merge --- wwwdata | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wwwdata b/wwwdata index 22a9491..87463e3 160000 --- a/wwwdata +++ b/wwwdata @@ -1 +1 @@ -Subproject commit 22a949120115b80be7423d0f0e4b2e59bcf8fff3 +Subproject commit 87463e3a90a03a8832ef2609c82001274704c1cf