Commit 77aab6cf authored by Emiliano Balbuena's avatar Emiliano Balbuena

(feat): PHPSpec container

1 merge request!457WIP: Local infrastructure provisioner (engine)
Pipeline #116966979 failed with stages
in 8 minutes and 6 seconds
FROM minds/php:7.3
WORKDIR /var/www/Minds/engine
COPY ./containers/phpspec/phpspec.sh /var/www/Minds/phpspec.sh
ENTRYPOINT [ "../phpspec.sh" ]
CMD ["run", "--format=pretty", "--no-code-generation"]
#!/bin/sh
set -e
cd /var/www/Minds/engine
php -n -c Spec/php-test.ini bin/phpspec $@
Please register or to comment