fix: erpnext image build errors

This commit is contained in:
Revant Nandgaonkar
2020-06-28 00:22:23 +05:30
parent 7106124a07
commit 18e8f05c9f
3 changed files with 3 additions and 4 deletions

View File

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