Skip to content

Commit 14b03ff

Browse files
committed
Db fix
1 parent b3df701 commit 14b03ff

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Dockerfile

+3-3
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@ FROM alpine/git as download
44

55
WORKDIR /
66

7-
ARG ISANTEPLUS_VERSION=v2.0.1
7+
ARG ISANTEPLUS_VERSION=v2.0.2
88

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

1111
WORKDIR /db
1212

13-
RUN mv /openmrs-distro-isanteplus/package/src/main/resources/isanteplus-concepts.sql /db/
13+
RUN mv /openmrs-distro-isanteplus/package/src/main/resources/isanteplus-concepts.sql /db/02.sql
1414

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

1717
FROM debian:buster-slim as db
1818

0 commit comments

Comments
 (0)