MQL5-Google-Onedrive/boat-house/product-service/api/docker-compose.build.yaml
copilot-swe-agent[bot] aaf34679c7 Add boat-house microservices system to project
Co-authored-by: Mouy-leng <199350297+Mouy-leng@users.noreply.github.com>
2026-02-10 06:28:01 +00:00

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"