Skip to content

Instantly share code, notes, and snippets.

@nawarian
Created February 13, 2020 15:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nawarian/09872eb347c9345f7c7fae36d9e537d5 to your computer and use it in GitHub Desktop.
Save nawarian/09872eb347c9345f7c7fae36d9e537d5 to your computer and use it in GitHub Desktop.
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