fix build.yml (x13)

This commit is contained in:
dalbodeule
2024-06-13 23:51:37 +09:00
parent 87f8cb0248
commit 1c52466024

View File

@@ -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