From be93e8f448d4cbd83daf902adc03f114ed6a0a53 Mon Sep 17 00:00:00 2001 From: Jose Costa Teixeira Date: Mon, 20 May 2024 19:46:41 -0500 Subject: [PATCH] Update Dockerfile --- Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 953e5bc8f..45200dccd 100644 --- a/Dockerfile +++ b/Dockerfile @@ -126,8 +126,9 @@ RUN tar -xzvf install.tgz # Change working directory to the extracted folder WORKDIR /fhirserver/install + # Run the installation script -RUN ./install.sh -nodaemon +RUN chmod a+x ./install.sh && ./install.sh -nodaemon # -zero=https://storage.googleapis.com/tx-fhir-org/config.json # Define entrypoint and command