File tree Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -42,6 +42,7 @@ gradlew text eol=lf
4242* .scm text
4343* .scss text
4444* .sh text eol =lf
45+ Dockerfile text eol =lf
4546* .sql text
4647* .styl text
4748* .tag text
Original file line number Diff line number Diff line change @@ -51,6 +51,7 @@ COPY ./rest-ehr-scape/pom.xml ./rest-ehr-scape/pom.xml
5151COPY ./rest-openehr/pom.xml ./rest-openehr/pom.xml
5252COPY ./service/pom.xml ./service/pom.xml
5353COPY ./test-coverage/pom.xml ./test-coverage/pom.xml
54+ COPY ./plugin/pom.xml ./plugin/pom.xml
5455RUN mvn dependency:go-offline -B
5556
5657# COPY SOURCEFILES
@@ -61,6 +62,7 @@ COPY ./jooq-pq/src ./jooq-pq/src
6162COPY ./rest-ehr-scape/src ./rest-ehr-scape/src
6263COPY ./rest-openehr/src ./rest-openehr/src
6364COPY ./service/src ./service/src
65+ COPY ./plugin/src ./plugin/src
6466RUN mvn compile dependency:go-offline \
6567 -Dflyway.skip=true \
6668 -Djooq.codegen.skip=true \
You can’t perform that action at this time.
0 commit comments