Commit d10e801a authored by Dom Sekotill's avatar Dom Sekotill
Browse files

Remove an old VOLUME from Dockerfile

A VOLUME command in the Dockerfile was left over from an older
iteration of the project.
parent b8dc35f7
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -18,7 +18,6 @@ LABEL uk.org.kodo.maintainer "Dom Sekotill <dom.sekotill@kodo.org.uk>"

ARG wp_version=latest
WORKDIR /app
VOLUME /app/wp-content
ENV WORDPRESS_ROOT=/app

ADD https://raw.githubusercontent.com/wp-cli/builds/gh-pages/phar/wp-cli.phar \