We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 31a08e1 commit 1a3f86fCopy full SHA for 1a3f86f
.gitattributes
@@ -42,6 +42,7 @@ gradlew text eol=lf
42
*.scm text
43
*.scss text
44
*.sh text eol=lf
45
+Dockerfile text eol=lf
46
*.sql text
47
*.styl text
48
*.tag text
Dockerfile
@@ -51,6 +51,7 @@ COPY ./rest-ehr-scape/pom.xml ./rest-ehr-scape/pom.xml
51
COPY ./rest-openehr/pom.xml ./rest-openehr/pom.xml
52
COPY ./service/pom.xml ./service/pom.xml
53
COPY ./test-coverage/pom.xml ./test-coverage/pom.xml
54
+COPY ./plugin/pom.xml ./plugin/pom.xml
55
RUN mvn dependency:go-offline -B
56
57
# COPY SOURCEFILES
0 commit comments