1 parent 6899c37 commit ab5f96eCopy full SHA for ab5f96e
1 file changed
matchbox-server/Dockerfile
@@ -13,9 +13,11 @@ ENV HOME=/home/matchbox
13
RUN mkdir -p /database && chown matchbox:matchbox /database
14
RUN mkdir -p /config && chown matchbox:matchbox /config
15
RUN chown matchbox:matchbox /
16
+COPY with-ca/application.yaml /config
17
+COPY with-ca/fhir-settings.json /config
18
19
USER matchbox
20
-ENTRYPOINT java -Xmx3072M -Dfhir.settings.path=/config/fhir-settings.json -Dspring.config.additional-location=optional:file:/config/application.yaml,optional:file:application.yaml -jar /matchbox.jar
21
+ENTRYPOINT java -Xmx3072M -Dfhir.settings.path=/config/fhir-settings.json -Dspring.config.additional-location=file:/config/application.yaml -jar /matchbox.jar
22
23
# used by .github/workflows/
0 commit comments