diff --git a/Dockerfile b/Dockerfile index eea5ec0..13683ab 100644 --- a/Dockerfile +++ b/Dockerfile @@ -9,7 +9,7 @@ ARG ENV_NAME USER www-data:www-data WORKDIR /var/www/html -COPY --from=setup --chown=www-data:www-data /src/htdocs ./ +COPY --from=setup --chown=www-data:www-data /src/html ./ COPY --from=setup --chown=www-data:www-data /src/environments/docker_container/ ./ COPY --from=setup --chown=www-data:www-data /src/environments/all/ ./ COPY --from=setup --chown=www-data:www-data /src/environments/${ENV_NAME}/robots.txt ./robots.txt diff --git a/composer.json b/composer.json index 1e0ad81..e25028c 100644 --- a/composer.json +++ b/composer.json @@ -28,10 +28,10 @@ ], "extra": { "installer-paths": { - "htdocs/wp-content/plugins/{$name}/": [ + "html/wp-content/plugins/{$name}/": [ "type:wordpress-plugin" ], - "htdocs/wp-content/themes/{$name}/": [ + "html/wp-content/themes/{$name}/": [ "type:wordpress-theme" ] }