Skip to content

Commit

Permalink
minor update to dockerfile for doc
Browse files Browse the repository at this point in the history
  • Loading branch information
costateixeira committed Aug 10, 2024
1 parent 3a092c1 commit 9c345db
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
Expand Down

0 comments on commit 9c345db

Please sign in to comment.