From 900ba02f458b3b7adc593f57d1e7447ce6cce142 Mon Sep 17 00:00:00 2001 From: Claudio David Gasparini Date: Sun, 8 Nov 2020 22:18:36 +0100 Subject: Dockerize the service - automatically generate docker image - provide docker-compose to start the service together with dockerized postgres db Issue-ID: CPS-22 Signed-off-by: Claudio David Gasparini Change-Id: I846d14e87de50bfb1411e0c9b49e9f6c6cc8ebda --- cps-rest/pom.xml | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'cps-rest/pom.xml') diff --git a/cps-rest/pom.xml b/cps-rest/pom.xml index 3c92a4e20..fc3e6325e 100644 --- a/cps-rest/pom.xml +++ b/cps-rest/pom.xml @@ -85,6 +85,10 @@ org.springframework.boot spring-boot-maven-plugin + + com.google.cloud.tools + jib-maven-plugin + io.swagger.codegen.v3 -- cgit 1.2.3-korg