Update Dockerfile

This commit is contained in:
Artem Izmestev 2020-09-27 23:46:08 +05:00 committed by GitHub
parent e9f0c6c496
commit 3831576a79
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,6 +1,7 @@
FROM composer AS composer
WORKDIR /app
ADD . /app
RUN composer global require hirak/prestissimo
RUN composer install \
&& ./vendor/bin/phpcs --ignore=_build . \
&& ./vendor/bin/phpunit \