fix: erpnext image build

improve travis.py
python packages not installed in editable mode
use venv module instead of virtualenv
This commit is contained in:
Revant Nandgaonkar
2020-06-28 05:55:15 +05:30
parent 18e8f05c9f
commit f5071122ed
5 changed files with 54 additions and 46 deletions

View File

@@ -1,5 +1,5 @@
ARG GIT_BRANCH=develop
FROM frappe/frappe-worker:${GIT_BRANCH}
ARG GIT_BRANCH=develop
ARG GIT_BRANCH
RUN install_app erpnext https://github.com/frappe/erpnext ${GIT_BRANCH}