Fixed copy path and installer paths

This commit is contained in:
2026-03-06 10:39:13 +01:00
parent 538f85d7a2
commit 32f0ced18e
2 changed files with 3 additions and 3 deletions

View File

@@ -9,7 +9,7 @@ ARG ENV_NAME
USER www-data:www-data USER www-data:www-data
WORKDIR /var/www/html 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/docker_container/ ./
COPY --from=setup --chown=www-data:www-data /src/environments/all/ ./ 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 COPY --from=setup --chown=www-data:www-data /src/environments/${ENV_NAME}/robots.txt ./robots.txt

View File

@@ -28,10 +28,10 @@
], ],
"extra": { "extra": {
"installer-paths": { "installer-paths": {
"htdocs/wp-content/plugins/{$name}/": [ "html/wp-content/plugins/{$name}/": [
"type:wordpress-plugin" "type:wordpress-plugin"
], ],
"htdocs/wp-content/themes/{$name}/": [ "html/wp-content/themes/{$name}/": [
"type:wordpress-theme" "type:wordpress-theme"
] ]
} }