diff --git a/beta/php8.0/fpm-alpine/Dockerfile b/beta/php8.0/fpm-alpine/Dockerfile index 507d8157d5..9889220f8b 100644 --- a/beta/php8.0/fpm-alpine/Dockerfile +++ b/beta/php8.0/fpm-alpine/Dockerfile @@ -119,8 +119,6 @@ RUN set -eux; \ chown -R www-data:www-data wp-content; \ chmod -R 777 wp-content -VOLUME /var/www/html - COPY --chown=www-data:www-data wp-config-docker.php /usr/src/wordpress/ COPY docker-entrypoint.sh /usr/local/bin/