From cda2a63e27371cf0d1da5daae553b4f03421e7d9 Mon Sep 17 00:00:00 2001 From: Daniel Naber Date: Sat, 31 Oct 2020 22:36:39 +0100 Subject: [PATCH] use the Dockerfile --- .gitpod.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitpod.yml b/.gitpod.yml index 9e7f5b08ece4..b9d135509415 100644 --- a/.gitpod.yml +++ b/.gitpod.yml @@ -1,2 +1,5 @@ +image: + file: .gitpod.Dockerfile + tasks: - init: mvn install -DskipTests