fix: erpnext image build

frappe/erpnext MUST be in editable mode
output migration log in test
This commit is contained in:
Revant Nandgaonkar
2020-06-28 07:40:33 +05:30
parent e6946fda75
commit 56bf984ef7
3 changed files with 6 additions and 3 deletions

View File

@@ -37,7 +37,7 @@ RUN python -m venv env \
&& . env/bin/activate \
&& cd apps \
&& git clone --depth 1 -o upstream https://github.com/frappe/frappe --branch ${GIT_BRANCH} \
&& pip3 install --no-cache-dir /home/frappe/frappe-bench/apps/frappe
&& pip3 install --no-cache-dir -e /home/frappe/frappe-bench/apps/frappe
# Copy scripts and templates
COPY build/common/commands/* /home/frappe/frappe-bench/commands/