Skip to content

Commit 12cd7eb

Browse files
committed
fix docker build
1 parent 31a08e1 commit 12cd7eb

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

.gitattributes

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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

Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ COPY ./rest-ehr-scape/pom.xml ./rest-ehr-scape/pom.xml
5151
COPY ./rest-openehr/pom.xml ./rest-openehr/pom.xml
5252
COPY ./service/pom.xml ./service/pom.xml
5353
COPY ./test-coverage/pom.xml ./test-coverage/pom.xml
54+
COPY ./plugin/pom.xml ./plugin/pom.xml
5455
RUN mvn dependency:go-offline -B
5556

5657
# COPY SOURCEFILES
@@ -61,6 +62,7 @@ COPY ./jooq-pq/src ./jooq-pq/src
6162
COPY ./rest-ehr-scape/src ./rest-ehr-scape/src
6263
COPY ./rest-openehr/src ./rest-openehr/src
6364
COPY ./service/src ./service/src
65+
COPY ./plugin/src ./plugin/src
6466
RUN mvn compile dependency:go-offline \
6567
-Dflyway.skip=true \
6668
-Djooq.codegen.skip=true \

0 commit comments

Comments
 (0)