From dba6e6179a83cb265a1a842c0a7f36e0e10d2378 Mon Sep 17 00:00:00 2001 From: OPSXCQ Date: Fri, 12 Oct 2018 16:11:19 +0000 Subject: [PATCH] configuration added --- Dockerfile | 2 ++ config.inc.php | 47 +++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 49 insertions(+) create mode 100644 config.inc.php diff --git a/Dockerfile b/Dockerfile index a7dff69..bdb10af 100644 --- a/Dockerfile +++ b/Dockerfile @@ -22,6 +22,8 @@ RUN apt-get update && \ COPY php.ini /etc/php5/apache2/php.ini COPY dvwa /var/www/html +COPY config.inc.php /var/www/html/config/ + RUN chown www-data:www-data -R /var/www/html && \ rm /var/www/html/index.html diff --git a/config.inc.php b/config.inc.php new file mode 100644 index 0000000..4b72ff6 --- /dev/null +++ b/config.inc.php @@ -0,0 +1,47 @@ +