mirror of
https://github.com/frappe/frappe_docker.git
synced 2026-06-23 00:05:09 +00:00
fix: containerfile
This commit is contained in:
parent
2c1ce25c3c
commit
f03d6a9f7f
2 changed files with 3 additions and 3 deletions
|
|
@ -132,8 +132,8 @@ RUN export APP_INSTALL_ARGS="" && \
|
|||
--no-backups \
|
||||
--skip-redis-config-generation \
|
||||
--verbose \
|
||||
/home/frappe/frappe-bench && \
|
||||
cd /home/frappe/frappe-bench && \
|
||||
/home/zapal/frappe-bench && \
|
||||
cd /home/zapal/frappe-bench && \
|
||||
echo "frappe\nhrms\nerpnext" > sites/apps.txt
|
||||
echo "{}" > sites/common_site_config.json && \
|
||||
find apps -mindepth 1 -path "*/.git" | xargs rm -fr
|
||||
|
|
|
|||
|
|
@ -119,7 +119,7 @@ RUN bench init \
|
|||
--skip-redis-config-generation \
|
||||
--verbose \
|
||||
/home/zapal/frappe-bench && \
|
||||
cd /home/frappe/frappe-bench && \
|
||||
cd /home/zapal/frappe-bench && \
|
||||
bench get-app --branch=${ERPNEXT_BRANCH} --resolve-deps erpnext ${ERPNEXT_REPO} && \
|
||||
echo "frappe\nhrms\nerpnext" > sites/apps.txt && \
|
||||
echo "{}" > sites/common_site_config.json && \
|
||||
|
|
|
|||
Loading…
Reference in a new issue