refactor: reuse Dockerfile(s)

This commit is contained in:
Revant Nandgaonkar
2020-06-27 23:44:13 +05:30
parent 64c0517665
commit 7106124a07
23 changed files with 90 additions and 520 deletions

View File

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