fix: Development Apps

This commit is contained in:
JJ-Cronos 2024-10-07 08:14:30 +02:00
parent 1a6a278765
commit a8071c7090
2 changed files with 2 additions and 14 deletions

View file

@ -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"

View file

@ -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)"