Skip to content

Commit 1a3f86f

Browse files
committed
fix docker build
1 parent 31a08e1 commit 1a3f86f

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-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: 1 addition & 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

0 commit comments

Comments
 (0)