UNCLASSIFIED - NO CUI

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

modified dockerfile

parent a5adfc36
No related branches found
No related tags found
2 merge requests!22Master,!21elrr-agg-code-commit to development
Pipeline #1168501 failed
......@@ -16,10 +16,6 @@ RUN pwd && \
tar -xvf ./elrraggregator-1.1.tar.gz --strip-components=1 && \
echo ">>>>>>>>LISTING ROOT DIR CONTENTS<<<<<<<<<" && \
ls -al &&\
#echo "running maven build" && \
#mvn clean install -e -Dmaven.test.skip=true && \
#mkdir -p target/dependency && (cd target/dependency; jar -xf ../elrraggregator-0.0.1-SNAPSHOT.jar) && \
#mkdir -p target/dependency && (cd target/dependency; jar -xf ../*.jar) \
echo ">>>>>>>>CREATING target/dependency DIR<<<<<<<<<" && \
mkdir -p target/dependency && \
ls -al
......@@ -31,6 +27,7 @@ RUN echo ">>>>>>>>COPYING DEPS<<<<<<<<<" && \
mv META-INF/ ../target/dependency/ && \
mv org/ ../target/dependency/ && \
cd ../target/dependency && \
pwd && \
ls -al
RUN cd ${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