Skip to content

Commit 190406a

Browse files
committed
fix Docker build by copying gradle directory for version catalog access
1 parent c80fcd0 commit 190406a

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ FROM gradle:9.0.0-jdk21-alpine AS builder
33
WORKDIR /app
44

55
COPY build.gradle.kts gradle.properties settings.gradle.kts ./
6+
COPY gradle ./gradle
67
RUN gradle shadowJar -x test --no-daemon
78
COPY src ./src
89
RUN gradle shadowJar --no-daemon

0 commit comments

Comments
 (0)