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 @@ +