mirror of
https://github.com/wahyd4/afterpay-creditcard.git
synced 2026-08-08 21:06:52 +10:00
Add docker-compose to bring up the environment and run the tests in one command
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
version: "3"
|
||||
services:
|
||||
app:
|
||||
image: gradle:jdk8
|
||||
working_dir: /app
|
||||
volumes:
|
||||
- .:/app
|
||||
command: ["gradle", "clean", "test"]
|
||||
Reference in New Issue
Block a user