fix dockerfile again(x5)

This commit is contained in:
dalbodeule 2024-06-13 02:11:30 +09:00
parent 3e398ba840
commit acfa2b4b02
No known key found for this signature in database
GPG Key ID: EFA860D069C9FA65

View File

@ -9,6 +9,7 @@ COPY gradlew ./
COPY gradle ./gradle
COPY build.gradle.kts .
COPY settings.gradle.kts .
COPY gradle.properties .
# Download dependencies
RUN ./gradlew --no-daemon dependencies