We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6c62af2 commit dc63a21Copy full SHA for dc63a21
java/operator-compatibility/src/main/resources/Dockerfile
@@ -4,7 +4,7 @@ USER root
4
COPY target/classes/build.sh build.sh
5
COPY target/operator-compatibility-*.jar /app/libs/operator-compatibility.jar
6
RUN ["java", "-cp", "/app/libs/operator-compatibility.jar", "com.oracle.coherence.k8s.testing.Setup"]
7
-RUN ["chmod", "-R", "+r", "/app/libs"]
+RUN ["chmod", "-R", "+r", "/app/libs/"]
8
RUN ["ls", "-al", "/app/libs"]
9
10
FROM ${coherence.test.base.image}
0 commit comments