Created
February 13, 2020 15:08
-
-
Save nawarian/09872eb347c9345f7c7fae36d9e537d5 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
version: '3' | |
services: | |
composer: | |
image: composer:1.9.3 | |
volumes: | |
- .:/app | |
restart: never | |
php: | |
image: php:7.4-cli | |
restart: never | |
volumes: | |
- .:/app | |
working_dir: /app | |
behat: | |
image: php:7.4-cli | |
restart: never | |
volumes: | |
- .:/app | |
working_dir: /app | |
entrypoint: vendor/bin/behat |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment