diff --git a/development/apps-development.json b/development/apps-development.json index acf41158..07910a92 100644 --- a/development/apps-development.json +++ b/development/apps-development.json @@ -26,5 +26,9 @@ { "url": "https://github.com/cronos-capital/LRMS.git", "branch": "development" + }, + { + "url": "https://github.com/cronos-capital/rafnav_core.git", + "branch": "development" } ] diff --git a/development/apps-prod.json b/development/apps-prod.json index 13d5bfdf..21e7679a 100644 --- a/development/apps-prod.json +++ b/development/apps-prod.json @@ -26,5 +26,9 @@ { "url": "https://github.com/cronos-capital/LRMS.git", "branch": "main" + }, + { + "url": "https://github.com/cronos-capital/rafnav_core.git", + "branch": "main" } ] diff --git a/images/rafnav_bench/Dockerfile b/images/rafnav_bench/Dockerfile index 426f32d1..f60b0445 100644 --- a/images/rafnav_bench/Dockerfile +++ b/images/rafnav_bench/Dockerfile @@ -127,7 +127,7 @@ RUN git clone ${GIT_REPO} --depth 1 -b ${GIT_BRANCH} .bench \ RUN touch ~/.bash_aliases \ && echo 'alias py="python"' >> ~/.bash_aliases \ && echo 'alias frap-install="py installer.py"'>> ~/.bash_aliases \ - && echo 'alias install-rafnav="bench install-app erpnext documentation lending filing matter_management lrms raf_finance"' >> ~/.bash_aliases \ + && echo 'alias install-rafnav="bench install-app erpnext documentation lending filing matter_management lrms raf_finance rafnav_core"' >> ~/.bash_aliases \ && echo 'alias start-dev="cd /workspace/development/rafnav_bench && bench start"' >> ~/.bash_aliases