UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects
Unverified Commit e439e41e authored by Simeranjeet Sandhu's avatar Simeranjeet Sandhu
Browse files

Fixed Dockerfile spacing

parent 76349bdd
No related branches found
No related tags found
2 merge requests!22Master,!21elrr-agg-code-commit to development
Pipeline #1174892 passed with warnings
......@@ -24,6 +24,7 @@ RUN dnf update -y && \
FROM ${BASE_REGISTRY}/${BASE_IMAGE}:${BASE_TAG} as runner
USER 0
#COPY --from=base /usr/lib/jvm/openjdk-15/ /usr/lib/jvm/openjdk-15/
COPY --from=base /home/maven/target/dependency/BOOT-INF/lib /app/lib
COPY --from=base /home/maven/target/dependency/META-INF /app/META-INF
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment