Skip to content

Commit 7c34515

Browse files
authored
Merge pull request #9 from Conky5/copy-config-into-docker
Copy config into ci docker image
2 parents 4e6adcc + c7a1eee commit 7c34515

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.ci/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ COPY LICENSE.txt NOTICE.txt ./
3434
# Prefetch dependencies
3535
COPY build.gradle.kts settings.gradle.kts ./
3636
COPY buildSrc ./buildSrc/
37+
COPY config ./config/
3738
COPY java-client/build.gradle.kts ./java-client/
3839
RUN ./gradlew resolveDependencies
3940

0 commit comments

Comments
 (0)