mirror of
https://github.com/frappe/frappe_docker.git
synced 2026-06-23 08:15:09 +00:00
commit
bc8290baa2
2 changed files with 4 additions and 2 deletions
|
|
@ -131,7 +131,8 @@ RUN bench get-app --branch=${HRMS_BRANCH} --resolve-deps hrms ${HRMS_REPO}
|
|||
|
||||
RUN echo "frappe\nhrms\nerpnext" > sites/apps.txt
|
||||
RUN echo "{}" > sites/common_site_config.json
|
||||
RUN find apps -mindepth 1 -path "*/.git" | xargs rm -fr
|
||||
# DO NOT REMOVE .git FOLDERS
|
||||
# RUN find apps -mindepth 1 -path "*/.git" | xargs rm -fr
|
||||
|
||||
FROM base as erp
|
||||
|
||||
|
|
|
|||
|
|
@ -125,7 +125,8 @@ RUN bench get-app --branch=${HRMS_BRANCH} --resolve-deps hrms ${HRMS_REPO}
|
|||
|
||||
RUN echo "frappe\nhrms\nerpnext" > sites/apps.txt
|
||||
RUN echo "{}" > sites/common_site_config.json
|
||||
RUN find apps -mindepth 1 -path "*/.git" | xargs rm -fr
|
||||
# DO NOT REMOVE .git FOLDERS
|
||||
# RUN find apps -mindepth 1 -path "*/.git" | xargs rm -fr
|
||||
|
||||
FROM base as erp
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue