mirror of
https://github.com/DesignPatternsPHP/DesignPatternsPHP.git
synced 2025-07-29 19:20:18 +02:00
Update Dockerfile
This commit is contained in:
@@ -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 \
|
||||
|
Reference in New Issue
Block a user