configuration added

This commit is contained in:
OPSXCQ 2018-10-12 16:11:19 +00:00
parent c37af6fc80
commit dba6e6179a
No known key found for this signature in database
GPG key ID: 9AD730FE9CDE5661
2 changed files with 49 additions and 0 deletions

View file

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