fix build.yml (x12)

This commit is contained in:
dalbodeule
2024-06-13 23:48:01 +09:00
parent ea05474deb
commit 87f8cb0248

View File

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