diff --git a/development/apps-development.json b/development/apps-development.json index 07910a92..eb744138 100644 --- a/development/apps-development.json +++ b/development/apps-development.json @@ -1,12 +1,4 @@ [ - { - "url": "https://github.com/cronos-capital/LMS.git", - "branch": "development" - }, - { - "url": "https://github.com/cronos-capital/RAFNAV_ERP.git", - "branch": "development" - }, { "url": "https://github.com/cronos-capital/raf_finance.git", "branch": "development" @@ -23,10 +15,6 @@ "url": "https://github.com/cronos-capital/filing.git", "branch": "development" }, - { - "url": "https://github.com/cronos-capital/LRMS.git", - "branch": "development" - }, { "url": "https://github.com/cronos-capital/rafnav_core.git", "branch": "development" diff --git a/images/rafnav_bench/Dockerfile b/images/rafnav_bench/Dockerfile index f60b0445..f8568794 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 rafnav_core"' >> ~/.bash_aliases \ + && echo 'alias install-rafnav="bench install-app documentation filing matter_management raf_finance rafnav_core"' >> ~/.bash_aliases \ && echo 'alias start-dev="cd /workspace/development/rafnav_bench && bench start"' >> ~/.bash_aliases @@ -150,7 +150,7 @@ RUN wget -qO- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.5/install.sh | && echo '[ -s "$NVM_DIR/bash_completion" ] && \. "$NVM_DIR/bash_completion" # This loads nvm bash_completion' >> ~/.bashrc -EXPOSE 8000-8005 9000-9005 6787 +EXPOSE 8000-8005 9000-9005 6787 8080 RUN (echo; echo 'eval "$(/home/linuxbrew/.linuxbrew/bin/brew shellenv)"') >> /home/frappe/.profile \ && eval "$(/home/linuxbrew/.linuxbrew/bin/brew shellenv)"