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