|
@@ -13,8 +13,7 @@ RUN mv /app/code/wp-content /app/code/wp-content-vanilla && ln -s /app/data/wp-c
|
|
RUN ln -s /app/data/htaccess /app/code/.htaccess
|
|
RUN ln -s /app/data/htaccess /app/code/.htaccess
|
|
ADD wp-config.php.template /app/code/wp-config.php.template
|
|
ADD wp-config.php.template /app/code/wp-config.php.template
|
|
|
|
|
|
-RUN mkdir -p /run/wordpress/sessions && \
|
|
|
|
- ln -sf /run/wordpress/wp-config.php /app/code/wp-config.php
|
|
|
|
|
|
+RUN ln -sf /run/wordpress/wp-config.php /app/code/wp-config.php
|
|
|
|
|
|
RUN curl -L -o /app/code/wp https://github.com/wp-cli/wp-cli/releases/download/v1.4.1/wp-cli-1.4.1.phar
|
|
RUN curl -L -o /app/code/wp https://github.com/wp-cli/wp-cli/releases/download/v1.4.1/wp-cli-1.4.1.phar
|
|
RUN chmod +x /app/code/wp
|
|
RUN chmod +x /app/code/wp
|