build-configs(update)
This commit is contained in:
parent
00bf6e4271
commit
53196369ee
2 changed files with 30 additions and 10 deletions
10
Dockerfile
10
Dockerfile
|
@ -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
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue