mirror of
https://github.com/frappe/frappe_docker.git
synced 2026-06-23 08:15:09 +00:00
fix container builds
This commit is contained in:
parent
ab20bf6b80
commit
ddf67f1a7f
2 changed files with 2 additions and 2 deletions
|
|
@ -132,7 +132,7 @@ 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
|
||||
# DO NOT REMOVE .git FOLDERS
|
||||
RUN find apps -mindepth 1 -path "*/.git" | xargs git remote rm upstream
|
||||
# RUN find apps -mindepth 1 -path "*/.git" | xargs git remote rm upstream
|
||||
|
||||
FROM base as erp
|
||||
|
||||
|
|
|
|||
|
|
@ -126,7 +126,7 @@ 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
|
||||
# DO NOT REMOVE .git FOLDERS
|
||||
RUN find apps -mindepth 1 -path "*/.git" | xargs git remote rm upstream
|
||||
# RUN find apps -mindepth 1 -path "*/.git" | xargs git remote rm upstream
|
||||
|
||||
FROM base as erp
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue