This commit is contained in:
OPSXCQ 2017-01-02 18:21:30 -02:00
parent 8b2a8daa34
commit 8d1c1129ac
No known key found for this signature in database
GPG key ID: 9AD730FE9CDE5661
2 changed files with 173 additions and 0 deletions

View file

@ -15,6 +15,7 @@ RUN apt-get update && \
apt-get clean && \
rm -rf /var/lib/apt/lists/*
COPY php.ini /etc/php5/apache2/php.ini
COPY dvwa /var/www/html
RUN chown www-data:www-data -R /var/www/html && \