mirror of
https://github.com/N0rthernL1ghts/wordpress.git
synced 2024-11-27 03:16:25 +01:00
Fix issue where wp-config.php is not initialized
This commit is contained in:
parent
64722d5b6c
commit
e398d3a71a
|
@ -34,6 +34,7 @@ COPY --from=rootfs ["/", "/"]
|
|||
|
||||
RUN set -eux \
|
||||
&& chmod a+x /usr/local/bin/wp \
|
||||
&& mv "/var/www/html/wp-config-docker.php" "/var/www/html/wp-config.php" \
|
||||
&& wp-apply-patch "/etc/wp-mods/wp-admin-update-core.patch" "/var/www/html/wp-admin/update-core.php" "true"
|
||||
|
||||
ARG WP_VERSION
|
||||
|
|
Loading…
Reference in New Issue
Block a user