Skip to content
Snippets Groups Projects
Commit 2c71084d authored by Pierre Ozoux's avatar Pierre Ozoux
Browse files

updates wordpress to 4.1

parent 1c77a7a4
No related branches found
No related tags found
No related merge requests found
FROM pierreozoux/apache FROM pierreozoux/apache
# Download latest version of Wordpress into /app # Download latest version of Wordpress into /app
RUN curl -L https://wordpress.org/wordpress-4.0.tar.gz | tar xz && \ RUN curl -L https://wordpress.org/wordpress-4.1.tar.gz | tar xz && \
mv wordpress/* app mv wordpress/* app
ADD wp-config.php /app/wp-config.php ADD wp-config.php /app/wp-config.php
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment