From 87f8cb0248d5a6f55494c8892ae86137364a121a Mon Sep 17 00:00:00 2001 From: dalbodeule <11470513+dalbodeule@users.noreply.github.com> Date: Thu, 13 Jun 2024 23:48:01 +0900 Subject: [PATCH] fix build.yml (x12) --- Dockerfile | 1 - 1 file changed, 1 deletion(-) 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