fix build.yml (x19)

This commit is contained in:
dalbodeule 2024-06-14 00:20:01 +09:00
parent f5a97348be
commit 22f47737df
No known key found for this signature in database
GPG Key ID: EFA860D069C9FA65

View File

@ -4,7 +4,7 @@ FROM ghcr.io/graalvm/native-image-community:21-muslib-ol8 as build
WORKDIR /app WORKDIR /app
# Copy the Gradle files and source code # Copy the Gradle files and source code
COPY build.gradle.kts settings.gradle.kts gradlew ./ COPY build.gradle.kts settings.gradle.kts gradlew gradle.properties ./
COPY gradle gradle COPY gradle gradle
COPY src src COPY src src