mirror of
https://github.com/DesignPatternsPHP/DesignPatternsPHP.git
synced 2025-02-23 17:22:41 +01:00
Update Dockerfile
This commit is contained in:
parent
e9f0c6c496
commit
3831576a79
@ -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 \
|
||||
|
Loading…
x
Reference in New Issue
Block a user