From 9c345db980829fb645970a91b1d1bc53cef88a57 Mon Sep 17 00:00:00 2001 From: Jose Costa Teixeira Date: Sat, 10 Aug 2024 16:02:03 +0100 Subject: [PATCH] minor update to dockerfile for doc --- Dockerfile | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 4f6ed34b2..04a9e568c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -128,12 +128,22 @@ WORKDIR /fhirserver/install ### Choose your flavour / uncomment one of the following lines ###: -# 1. Run the installation script +## +## + +# 1. Run the installation script for a blank, clean install RUN chmod a+x ./install.sh && ./install.sh -nodaemon +# OR + # 2. Run the installation script With Zero Config as tx.fhir.org # RUN chmod a+x ./install.sh && ./install.sh -nodaemon -zero=https://storage.googleapis.com/tx-fhir-org/config.json +## +## +## +#################################################################### + # Define entrypoint and command CMD ["bash", "-c", "cd ~/fhirserver/ && ./start.sh"]