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