|
@@ -26,6 +26,9 @@ RUN curl -L -o /app/code/disable-wordpress-core-update.zip https://downloads.wor
|
|
# https://plugins.svn.wordpress.org/wp-mail-smtp/
|
|
# https://plugins.svn.wordpress.org/wp-mail-smtp/
|
|
RUN curl -L -o /app/code/wp-mail-smtp.zip https://downloads.wordpress.org/plugin/wp-mail-smtp.0.10.1.zip
|
|
RUN curl -L -o /app/code/wp-mail-smtp.zip https://downloads.wordpress.org/plugin/wp-mail-smtp.0.10.1.zip
|
|
|
|
|
|
|
|
+# plugins like duplicator need wp-snapshots folder to be writeable
|
|
|
|
+RUN ln -sf /app/data/wp-snapshots /app/code/wp-snapshots
|
|
|
|
+
|
|
RUN chown -R www-data:www-data /app/code
|
|
RUN chown -R www-data:www-data /app/code
|
|
|
|
|
|
# configure apache
|
|
# configure apache
|