Skip to content

Commit

Permalink
OZ-573: Remove OPENMRS_FRONTEND_CONFIG_PATH trailing backslash (#126)
Browse files Browse the repository at this point in the history
  • Loading branch information
corneliouzbett authored Dec 5, 2024
1 parent e763d17 commit db4f02f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker-compose-openmrs-sso.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ services:
environment:
SPA_CONFIG_URLS: ${SPA_CONFIG_URLS},/openmrs/spa/configs/ozone-frontend-config-sso.json
volumes:
- "${OPENMRS_FRONTEND_CONFIG_PATH}ozone-frontend-config-sso.json:/usr/share/nginx/html/configs/ozone-frontend-config-sso.json"
- "${OPENMRS_FRONTEND_CONFIG_PATH}/ozone-frontend-config-sso.json:/usr/share/nginx/html/configs/ozone-frontend-config-sso.json"

env-substitution:
environment:
Expand Down
2 changes: 1 addition & 1 deletion scripts/utils.sh
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ function exportPaths () {
export EIP_OPENMRS_SENAITE_ROUTES_PATH=$DISTRO_PATH/binaries/eip-openmrs-senaite
export EIP_ERPNEXT_OPENMRS_ROUTES_PATH=$DISTRO_PATH/binaries/eip-erpnext-openmrs
export OPENMRS_FRONTEND_BINARY_PATH=$DISTRO_PATH/binaries/openmrs/frontend
export OPENMRS_FRONTEND_CONFIG_PATH=$DISTRO_PATH/configs/openmrs/frontend_config/
export OPENMRS_FRONTEND_CONFIG_PATH=$DISTRO_PATH/configs/openmrs/frontend_config
export SQL_SCRIPTS_PATH=$DISTRO_PATH/data/
export ERPNEXT_CONFIG_PATH=$DISTRO_PATH/configs/erpnext/initializer_config/
export ERPNEXT_SCRIPTS_PATH=$DISTRO_PATH/binaries/erpnext/scripts/
Expand Down

0 comments on commit db4f02f

Please sign in to comment.