Skip to content

Commit

Permalink
clarify install options
Browse files Browse the repository at this point in the history
  • Loading branch information
costateixeira committed Aug 6, 2024
1 parent f126c6d commit 3a092c1
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -127,9 +127,13 @@ RUN tar -xzvf install.tgz
WORKDIR /fhirserver/install


# Run the installation script
### Choose your flavour / uncomment one of the following lines ###:
# 1. Run the installation script
RUN chmod a+x ./install.sh && ./install.sh -nodaemon
# -zero=https://storage.googleapis.com/tx-fhir-org/config.json

# 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"]
Expand Down

0 comments on commit 3a092c1

Please sign in to comment.