version: "3" services: app: image: gradle:jdk8 working_dir: /app volumes: - .:/app command: ["gradle", "clean", "test"]