build-configs(update)

This commit is contained in:
Oliver Davies 2023-08-19 08:46:26 +01:00
parent f14021901c
commit 6625dcac35
2 changed files with 30 additions and 10 deletions

View file

@ -49,16 +49,6 @@ COPY --chown=app:app tools/docker/images/php/root /
ENTRYPOINT ["/usr/local/bin/docker-entrypoint-php"]
CMD ["php-fpm"]
################################################################################
FROM base AS test
COPY --chown=app:app . .
RUN parallel-lint src --no-progress \
&& phpcs -vv \
&& phpstan \
&& phpunit --testdox