Skip to content

Commit

Permalink
Merge pull request #3 from IsantePlus/update-isanteplus
Browse files Browse the repository at this point in the history
isanteplus update
  • Loading branch information
pmanko authored Jan 5, 2022
2 parents e0540f4 + 136d1bf commit b3df701
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,15 @@ FROM alpine/git as download

WORKDIR /

ARG ISANTEPLUS_VERSION=v2.0.0-SNAPSHOT-2
ARG ISANTEPLUS_VERSION=v2.0.1

RUN git clone --depth 1 --branch $ISANTEPLUS_VERSION https://github.com/IsantePlus/openmrs-distro-isanteplus.git

WORKDIR /db

RUN mv /openmrs-distro-isanteplus/package/src/main/resources/openmrs-distro.sql /db/
RUN mv /openmrs-distro-isanteplus/package/src/main/resources/isanteplus-concepts.sql /db/

RUN mv /openmrs-distro-isanteplus/package/src/main/resources/initial-db.sql /db/

FROM debian:buster-slim as db

Expand Down

0 comments on commit b3df701

Please sign in to comment.