We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 49a8c8a commit c5f928cCopy full SHA for c5f928c
Dockerfile
@@ -4,5 +4,6 @@ FROM urre/wordpress-nginx-docker-compose-image
4
RUN curl -o /bin/wp-cli.phar https://raw.githubusercontent.com/wp-cli/builds/gh-pages/phar/wp-cli.phar
5
RUN chmod +x /bin/wp-cli.phar
6
RUN cd /bin && mv wp-cli.phar wp
7
+RUN mkdir -p /var/www/.wp-cli/cache && chown www-data:www-data /var/www/.wp-cli/cache
8
9
# Note: Use docker-compose up -d --force-recreate --build when Dockerfile has changed.
0 commit comments