Skip to content

Commit bc1cddf

Browse files
committed
fixup! Move test-related docker and compose files to test resources
1 parent 9baa211 commit bc1cddf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/test/resources/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@
1919
FROM eclipse-temurin:17-jre
2020

2121
# deployment unit
22-
COPY target/ChannelFinder-*.jar /channelfinder/ChannelFinder-*.jar
22+
COPY ../../../target/ChannelFinder-*.jar /channelfinder/ChannelFinder-*.jar
2323

2424
# code coverage
25-
COPY target/jacoco/jacocoagent.jar /channelfinder/jacocoagent.jar
25+
COPY ../../../target/jacoco/jacocoagent.jar /channelfinder/jacocoagent.jar
2626

2727
CMD ["java", "-jar", "/channelfinder/ChannelFinder-*.jar", "--spring.config.name=application"]

0 commit comments

Comments
 (0)