Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
costateixeira authored May 11, 2024
1 parent 6c2eabc commit 0e7d905
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,9 @@ RUN tar -xzvf install.tgz
# Change working directory to the extracted folder
WORKDIR /fhirserver/install

# Set the script to be executable
RUN chmod +x ./install.sh

# Run the installation script
RUN ./install.sh -nodaemon
# -zero=https://storage.googleapis.com/tx-fhir-org/config.json
Expand Down

0 comments on commit 0e7d905

Please sign in to comment.