Skip to content

Commit

Permalink
BAH-3092 | added custom omod for operation theater temporarily (#144)
Browse files Browse the repository at this point in the history
* BAH-3092 | added custom omod for operation theater temporarily

* BAH-3092 | updated different custom omod for OT

* BAH-3092 | replaced different custom omod for OT

---------

Co-authored-by: Ashish Kurian <[email protected]>
  • Loading branch information
kavitha-sundararajan and AshishkurianTw authored Jul 7, 2023
1 parent a4c13e3 commit ea99286
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions package/docker/openmrs/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,10 @@ COPY distro/target/distro/uilibrary*.omod ${OPENMRS_APPLICATION_DATA_DIRECTORY}
COPY distro/target/distro/webservices.rest-*.omod ${OPENMRS_APPLICATION_DATA_DIRECTORY}/modules
COPY distro/target/distro/communication*.omod ${OPENMRS_APPLICATION_DATA_DIRECTORY}/modules

# Copy custom omod for operationtheater and remove existing. This is done for temporary purpose. Once the PR in operationtheater is merged, this can be removed.
RUN rm -rf ${OPENMRS_APPLICATION_DATA_DIRECTORY}/modules/operationtheater-*.omod
COPY package/resources/operationtheater-*.omod ${OPENMRS_APPLICATION_DATA_DIRECTORY}/modules

# Copy Configuration Files
COPY package/docker/openmrs/templates/bahmnicore.properties.template /etc/bahmni-emr/templates/
COPY package/docker/openmrs/templates/openmrs-runtime.properties.template /etc/bahmni-emr/templates/
Expand Down
Binary file not shown.

0 comments on commit ea99286

Please sign in to comment.