Skip to content

Commit

Permalink
Merge pull request #4 from IsantePlus/pmanko-patch-db-issues
Browse files Browse the repository at this point in the history
Db fix
  • Loading branch information
pmanko committed Jan 7, 2022
2 parents b3df701 + 14b03ff commit 61c4b99
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@ FROM alpine/git as download

WORKDIR /

ARG ISANTEPLUS_VERSION=v2.0.1
ARG ISANTEPLUS_VERSION=v2.0.2

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/isanteplus-concepts.sql /db/
RUN mv /openmrs-distro-isanteplus/package/src/main/resources/isanteplus-concepts.sql /db/02.sql

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

FROM debian:buster-slim as db

Expand Down

0 comments on commit 61c4b99

Please sign in to comment.