Skip to content

Commit dc63a21

Browse files
committed
Fix broken tests
1 parent 6c62af2 commit dc63a21

File tree

1 file changed

+1
-1
lines changed
  • java/operator-compatibility/src/main/resources

1 file changed

+1
-1
lines changed

java/operator-compatibility/src/main/resources/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ USER root
44
COPY target/classes/build.sh build.sh
55
COPY target/operator-compatibility-*.jar /app/libs/operator-compatibility.jar
66
RUN ["java", "-cp", "/app/libs/operator-compatibility.jar", "com.oracle.coherence.k8s.testing.Setup"]
7-
RUN ["chmod", "-R", "+r", "/app/libs"]
7+
RUN ["chmod", "-R", "+r", "/app/libs/"]
88
RUN ["ls", "-al", "/app/libs"]
99

1010
FROM ${coherence.test.base.image}

0 commit comments

Comments
 (0)