Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
costateixeira authored May 21, 2024
1 parent a1fcac1 commit be93e8f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit be93e8f

Please sign in to comment.