Commit a882c959 authored by Fabio Montefuscolo's avatar Fabio Montefuscolo
Browse files

update wordpress version

parent 8753c129
......@@ -4,7 +4,7 @@ MAINTAINER Hacklab <contato@hacklab.com.br>
RUN curl -s -o wp-cli.phar 'https://raw.githubusercontent.com/wp-cli/builds/gh-pages/phar/wp-cli.phar' \
&& chmod +x wp-cli.phar \
&& mv wp-cli.phar /usr/local/bin/wp \
&& wp core download --path=/var/www/html/ --version=4.8 --locale=pt_BR --allow-root \
&& wp core download --path=/var/www/html/ --version=4.8.1 --locale=pt_BR --allow-root \
&& { \
echo "file_uploads = On"; \
echo "upload_max_filesize = 2048M"; \
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment