diff --git a/Dockerfile b/Dockerfile index c8f1ede..da269a1 100644 --- a/Dockerfile +++ b/Dockerfile @@ -12,7 +12,7 @@ COPY gradle gradle COPY src src # Build the project -RUN ./gradlew nativeImage +RUN ./gradlew nativeCompile # Stage 2: Create a minimal Docker image and add the binary FROM alpine:3.13