Skip to content

Commit

Permalink
BS-216 | Updating Docker file with drug drug rules tsv file
Browse files Browse the repository at this point in the history
  • Loading branch information
sivareddyp committed Aug 21, 2023
1 parent 50a00e7 commit 1bc1de3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package/docker/cdss/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,6 @@ FROM eclipse-temurin:17.0.6_10-jre
ARG JAR_FILE=target/*.jar
COPY ${JAR_FILE} snomed-fhir-cds-service.jar
COPY CDS_Medication-Condition_Cards.xlsx CDS_Medication-Condition_Cards.xlsx
COPY CDS_Medication-Medication_Cards.tsv CDS_Medication-Medication_Cards.tsv

ENTRYPOINT exec java $JAVA_OPTS -jar /snomed-fhir-cds-service.jar

0 comments on commit 1bc1de3

Please sign in to comment.