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