UNCLASSIFIED - NO CUI

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

modified dockerfile

parent 256d4485
No related branches found
No related tags found
2 merge requests!22Master,!21elrr-agg-code-commit to development
Pipeline #1168489 failed
......@@ -27,7 +27,10 @@ RUN pwd && \
RUN echo ">>>>>>>>COPYING DEPS<<<<<<<<<" && \
cd elrraggregator-0.0.1-SNAPSHOT && \
ls -al && \
mv BOOT-INF/ ../target/dependency/
mv BOOT-INF/ ../target/dependency/ && \
cd ../target/dependency && \
ls -al
#COPY elrraggregator-0.0.1-SNAPSHOT/BOOT-INF target/dependency
#COPY elrraggregator-0.0.1-SNAPSHOT/META-INF target/dependency
......
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