fix build.yml (x12)

This commit is contained in:
dalbodeule 2024-06-13 23:48:01 +09:00
parent ea05474deb
commit 87f8cb0248
No known key found for this signature in database
GPG Key ID: EFA860D069C9FA65

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