Skip to content

Commit

Permalink
remove not needed configuration for FHIR cache in Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
cybernop committed Feb 27, 2024
1 parent d19362a commit 1c7db6e
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,6 @@ RUN apk update && apk add --no-cache jq findutils curl ca-certificates
RUN mkdir -p /home/vscode/.fhir/validators/
RUN wget -q https://github.com/hapifhir/org.hl7.fhir.core/releases/download/$JAVA_VALIDATOR_VERSION/validator_cli.jar -O /home/vscode/.fhir/validators/validator_cli.jar

# Set ownership
RUN mkdir -p /home/vscode/.fhir/packages && \
chown -R vscode:vscode /home/vscode/.fhir/packages

RUN mkdir -p /home/vscode/.fhir/settings/
COPY codfsh-config.yaml /home/vscode/.fhir/settings/codfsh-config.yaml

Expand Down

0 comments on commit 1c7db6e

Please sign in to comment.