File "docker-compose.yml"
Full Path: /var/www/html/back/vendor/knuckleswtf/scribe/docker-compose.yml
File size: 283 bytes
MIME-type: text/plain
Charset: utf-8
# Allow devs to run the unit tests in a dockerized environment
# clear && docker-compose up -d && docker logs -f scribe_app_1
version: '3.7'
services:
app:
build:
context: ./
volumes:
- ./:/testing
working_dir: /testing
command: make test