Skip to content

Commit ab5f96e

Browse files
Updated Dockerfile
1 parent 6899c37 commit ab5f96e

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

matchbox-server/Dockerfile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,11 @@ ENV HOME=/home/matchbox
1313
RUN mkdir -p /database && chown matchbox:matchbox /database
1414
RUN mkdir -p /config && chown matchbox:matchbox /config
1515
RUN chown matchbox:matchbox /
16+
COPY with-ca/application.yaml /config
17+
COPY with-ca/fhir-settings.json /config
1618

1719
USER matchbox
1820

19-
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
2022

2123
# used by .github/workflows/

0 commit comments

Comments
 (0)