Skip to content

Commit

Permalink
Aphl 630 ci cd update (#734)
Browse files Browse the repository at this point in the history
* [APHL-630] update to ci cd

* [APHL-630] different jobs for master and vsm ops

* [APHL-630] names

* [APHL-630] remove wildcards

* [APHL-630] more changes

---------

Co-authored-by: taha.attari@smilecdr.com <taha.attari@smilecdr.com>
  • Loading branch information
TahaAttari and taha.attari@smilecdr.com authored Aug 1, 2023
1 parent 320cb8f commit 0cc3da0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ RUN apt-get update && apt-get upgrade -y && rm -rf /var/lib/apt/lists/*

RUN mkdir server
RUN mkdir plugin
COPY ./server/target/cqf-ruler-server-${VERSION}.war server/ROOT.war
COPY /server/target/cqf-ruler-server-${VERSION}.war server/ROOT.war
EXPOSE 8080
CMD ["java", "-cp", "server/ROOT.war", "-Dloader.path=WEB-INF/classes,WEB-INF/lib,WEB-INF/lib-provided,plugin", "org.springframework.boot.loader.PropertiesLauncher"]

0 comments on commit 0cc3da0

Please sign in to comment.