forked from LiveCarta/LiveCartaWP
Fixed copy path and installer paths
This commit is contained in:
@@ -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
|
||||||
|
|||||||
@@ -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"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user