UNCLASSIFIED - NO CUI

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

modified dockerfile

parent a62d6850
No related branches found
No related tags found
2 merge requests!22Master,!21elrr-agg-code-commit to development
Pipeline #1168496 failed
......@@ -28,14 +28,11 @@ RUN echo ">>>>>>>>COPYING DEPS<<<<<<<<<" && \
cd elrraggregator-0.0.1-SNAPSHOT && \
ls -al && \
mv BOOT-INF/ ../target/dependency/ && \
mv META-INF/ ../target/dependency/ && \
mv org/ ../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
#COPY elrraggregator-0.0.1-SNAPSHOT/org/springframework/boot/loader target/dependency
RUN cd ${DEPENDENCY} &&\
echo ">>>>>>>>LISTING DEP DIR CONTENTS<<<<<<<<<" && \
ls -al && \
......
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