From 56552b36e41b39325ea9f7df17af6a1c78cb790d Mon Sep 17 00:00:00 2001 From: Fiete Ostkamp Date: Wed, 26 Jul 2023 07:10:51 +0000 Subject: Fix the docker-verify step for history Issue-ID: PORTALNG-28 Signed-off-by: Fiete Ostkamp Change-Id: I04dc4df5829e718e2211a1ed9df6fe3c04caea54 --- Dockerfile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'Dockerfile') diff --git a/Dockerfile b/Dockerfile index a563a99..963540b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,8 +1,7 @@ FROM eclipse-temurin:17 as builder COPY . ./history WORKDIR /history - -RUN ./gradlew build +RUN ./gradlew assemble FROM eclipse-temurin:17-jre-alpine ARG JAR_FILE=/history/app/build/libs/app.jar -- cgit 1.2.3-korg