mirror of
https://github.com/wahyd4/afterpay-creditcard.git
synced 2026-08-08 21:06:52 +10:00
8 lines
143 B
YAML
8 lines
143 B
YAML
version: "3"
|
|
services:
|
|
app:
|
|
image: gradle:jdk8
|
|
working_dir: /app
|
|
volumes:
|
|
- .:/app
|
|
command: ["gradle", "clean", "test"] |