build-configs(update)

This commit is contained in:
Oliver Davies 2023-05-09 20:03:30 +01:00
parent 00bf6e4271
commit 53196369ee
2 changed files with 30 additions and 10 deletions

View file

@ -45,16 +45,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