Some checks failed
abc-api/abcParser/pipeline/head There was a failure building this commit
22 lines
396 B
YAML
Executable File
22 lines
396 B
YAML
Executable File
version: '3'
|
|
services:
|
|
|
|
tests:
|
|
image: dkregistry.xai-corp.net:5000/xaicorp/php:7.2-dev
|
|
volumes:
|
|
- .:/var/www
|
|
- .:/opt/project
|
|
command:
|
|
- vendor/bin/codecept
|
|
- run
|
|
|
|
composer:
|
|
image: dkregistry.xai-corp.net:5000/xaicorp/composer:7.2
|
|
volumes:
|
|
- .:/opt/project
|
|
# - ~/.ssh:/root/.ssh
|
|
entrypoint:
|
|
- composer
|
|
command:
|
|
- install
|