We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 39c2f5e commit 904e4b9Copy full SHA for 904e4b9
templates/multistage-dockerfile-buildconfig.yaml
@@ -56,7 +56,7 @@ objects:
56
FROM registry.access.redhat.com/ubi9/ubi-micro
57
ARG JAVA_HOME=/usr/lib/jvm/java
58
59
- COPY jrootfs/ /
+ COPY jrootfs/* /
60
COPY deployments /
61
COPY customJVM ${JAVA_HOME}
62
COPY runScripts /opt/jboss/container/
0 commit comments