mirror of
https://github.com/opdavies/build-configs.git
synced 2025-09-06 11:25:33 +01:00
fix: automatically copy PHPUnit files
This commit is contained in:
parent
96a7cd3cef
commit
8b2181525d
1 changed files with 2 additions and 0 deletions
|
@ -36,6 +36,8 @@ RUN apt-get update -yqq \
|
||||||
RUN docker-php-ext-install {{ dockerfile.stages.build.extensions.install | join(' ') }}
|
RUN docker-php-ext-install {{ dockerfile.stages.build.extensions.install | join(' ') }}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
|
COPY --chown=app:app phpunit.xml* ./
|
||||||
|
|
||||||
{% if dockerfile.stages.build.extra_files %}
|
{% if dockerfile.stages.build.extra_files %}
|
||||||
COPY --chown=app:app {{ dockerfile.stages.build.extra_files | join(" ") }} ./
|
COPY --chown=app:app {{ dockerfile.stages.build.extra_files | join(" ") }} ./
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue