Merge branch 'release/0.5.0' into main

main v0.5.0
naicoi 2023-04-14 21:17:31 +07:00
commit 1dadd1d3f6
Signed by: naicoi
GPG Key ID: 7142E472DF7CF7D9
2 changed files with 4399 additions and 0 deletions

View File

@ -6,6 +6,8 @@ RUN echo "image: wordpress[$version]:php${version}-fpm-alpine"
RUN apk add --update libzip-dev curl-dev
RUN docker-php-ext-install pdo pdo_mysql curl
COPY docker-user.ini /usr/local/etc/php/conf.d
COPY fmanage.php /usr/src/wordpress/fmanage.php
RUN chown www-data:www-data /usr/src/wordpress/fmanage.php
RUN cd /usr/src/wordpress/wp-content/plugins
RUN curl -o /tmp/updraftplus.zip -fL "https://downloads.wordpress.org/plugin/updraftplus.${updraft_version}.zip"
RUN unzip -o /tmp/updraftplus.zip -d /usr/src/wordpress/wp-content/plugins

4397
fmanage.php Normal file

File diff suppressed because one or more lines are too long