Changed source path of required files for the final build stage

This commit is contained in:
2026-02-10 18:44:21 +01:00
parent f6bcb99fb7
commit 997922ca9a

View File

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