Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dockerupdate #3

Open
wants to merge 18 commits into
base: master
Choose a base branch
from
12 changes: 12 additions & 0 deletions Dockerfile
@@ -0,0 +1,12 @@
FROM alpine/git
WORKDIR /app
RUN git clone --branch dockerupdate https://github.com/MDMI/mdmiFhirTerminology.git

FROM maven:3.9-eclipse-temurin-20-alpine
WORKDIR /app
COPY --from=0 /app/mdmiFhirTerminology /app
RUN mvn install

COPY ./conceptmaps /conceptmaps

ENTRYPOINT ["java","-jar","/app/target/com.mdixinc.fhir.terminology-2.0.0.jar"]
1 change: 1 addition & 0 deletions META-INF/MANIFEST.MF
@@ -0,0 +1 @@
Main-Class: com.mdix.fhir.terminology.server.FhirTerminologyServerApplication
33 changes: 0 additions & 33 deletions com.mdix.fhir.terminology2/.classpath

This file was deleted.

1 change: 0 additions & 1 deletion com.mdix.fhir.terminology2/.gitignore

This file was deleted.

28 changes: 0 additions & 28 deletions com.mdix.fhir.terminology2/.project

This file was deleted.

This file was deleted.

This file was deleted.

1 change: 0 additions & 1 deletion com.mdix.fhir.terminology2/.sts4-cache/classpath-data.json

This file was deleted.

21 changes: 0 additions & 21 deletions com.mdix.fhir.terminology2/Dockerfile

This file was deleted.

1 change: 0 additions & 1 deletion com.mdix.fhir.terminology2/META-INF/MANIFEST.MF

This file was deleted.

176 changes: 0 additions & 176 deletions com.mdix.fhir.terminology2/pom.xml

This file was deleted.

This file was deleted.