aboutsummaryrefslogtreecommitdiffstats
path: root/Dockerfile
diff options
context:
space:
mode:
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile3
1 files changed, 1 insertions, 2 deletions
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