Skip to content

Commit

Permalink
Merge pull request #14 from icrc/include-extension
Browse files Browse the repository at this point in the history
add openmrs-module-fhir2extension
  • Loading branch information
icrc-fdeniger authored Nov 22, 2024
2 parents 9376d1e + 0f6b4cf commit 038f78e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion backend/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,9 @@ RUN mkdir -p /openmrs/distribution/openmrs_core/
COPY pom.xml ./
COPY distro.properties ./
COPY module-create-users ./module-create-users

# Build the distro, but only deploy from the amd64 build
RUN --mount=type=secret,id=m2settings,target=/usr/share/maven/ref/settings-docker.xml \
cat /usr/share/maven/ref/settings-docker.xml
# Build the distro, but only deploy from the amd64 build
RUN --mount=type=cache,target=/usr/share/maven/ref/repository --mount=type=secret,id=m2settings,target=/usr/share/maven/ref/settings-docker.xml \
mvn -s /usr/share/maven/ref/settings-docker.xml \
Expand Down

0 comments on commit 038f78e

Please sign in to comment.