mirror of
https://github.com/A6-9V/MQL5-Google-Onedrive.git
synced 2026-04-11 13:10:57 +00:00
10 lines
203 B
YAML
10 lines
203 B
YAML
version: '3'
|
|
|
|
services:
|
|
product-service-api-ci:
|
|
image: maven:3.5.2-jdk-8-alpine
|
|
volumes:
|
|
- .:/build
|
|
working_dir: /build
|
|
command: bash -c "mvn package && mvn cobertura:cobertura"
|
|
|