mirror of
https://github.com/frappe/frappe_docker.git
synced 2026-06-26 09:05:10 +00:00
5 lines
175 B
Docker
5 lines
175 B
Docker
ARG GIT_BRANCH=develop
|
|
FROM graficheaquilane/frappe-worker:${GIT_BRANCH}
|
|
|
|
ARG GIT_BRANCH
|
|
RUN install_app erpnext https://github.com/GraficheAquilane2021/erpnext ${GIT_BRANCH}
|