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