UNCLASSIFIED - NO CUI

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

modified dockerfile

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