Skip to content

Commit 904e4b9

Browse files
committed
Copy only the contents of jrootfs
Signed-off-by: Jayashree Huttanagoudar <[email protected]>
1 parent 39c2f5e commit 904e4b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/multistage-dockerfile-buildconfig.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ objects:
5656
FROM registry.access.redhat.com/ubi9/ubi-micro
5757
ARG JAVA_HOME=/usr/lib/jvm/java
5858
59-
COPY jrootfs/ /
59+
COPY jrootfs/* /
6060
COPY deployments /
6161
COPY customJVM ${JAVA_HOME}
6262
COPY runScripts /opt/jboss/container/

0 commit comments

Comments
 (0)