Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions mk.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#./build-custom-images.sh
./build-image.sh
./build-custom-images.sh
#./build-image.sh

#./instant project down --env-file .env
#./instant project destroy --env-file .env
Expand All @@ -25,6 +25,7 @@
# ./instant package down -n database-mysql --env-file .env
# ./instant package up -n database-mysql --env-file .env


# #isanteplus
# ./instant package remove -n emr-isanteplus --env-file .env
# ./instant package init -n emr-isanteplus --env-file .env -d
Expand Down
1 change: 0 additions & 1 deletion packages/emr-isanteplus/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
from ghcr.io/isanteplus/docker-isanteplus-server:v2.3.4

add ./config/custom_modules /custom_modules

This file was deleted.

This file was deleted.

2 changes: 1 addition & 1 deletion packages/emr-isanteplus/package-metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "An OpenMRS-based EMR for Haiti",
"type": "infrastructure",
"version": "0.0.0",
"dependencies": ["database-mysql"],
"dependencies": [],
"environmentVariables": {
"OMRS_CONFIG_CONNECTION_SERVER": "mysql",
"OMRS_CONFIG_CREATE_DATABASE_USER": "false",
Expand Down
3 changes: 0 additions & 3 deletions packages/emr-isanteplus/xds-sender-2.4.0-SNAPSHOT.omod

This file was deleted.

2 changes: 2 additions & 0 deletions projects/emr-isanteplus/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,8 @@ EXPOSE 8080

COPY ./entrypoint-wrapper.sh /entrypoint-wrapper.sh

#add ./distribution/custom_modules /custom_modules

RUN chmod +x /entrypoint-wrapper.sh

ENTRYPOINT ls /custom_modules && /entrypoint-wrapper.sh
Git LFS file not shown
Git LFS file not shown
Git LFS file not shown
Git LFS file not shown
Git LFS file not shown

This file was deleted.

Git LFS file not shown
Git LFS file not shown