mirror of
https://github.com/frappe/frappe_docker.git
synced 2026-06-23 00:05:09 +00:00
fix: container
This commit is contained in:
parent
a461dac7dc
commit
a8f3522c2e
1 changed files with 1 additions and 1 deletions
|
|
@ -121,7 +121,7 @@ RUN bench init \
|
||||||
/home/zapal/frappe-bench && \
|
/home/zapal/frappe-bench && \
|
||||||
cd /home/zapal/frappe-bench && \
|
cd /home/zapal/frappe-bench && \
|
||||||
echo "frappe\nhrms\nerpnext" > sites/apps.txt && \
|
echo "frappe\nhrms\nerpnext" > sites/apps.txt && \
|
||||||
echo "{}" > sites/common_site_config.json && \
|
echo '{"socketio_port": 9000}' > sites/common_site_config.json && \
|
||||||
find apps -mindepth 1 -path "*/.git" | xargs rm -fr
|
find apps -mindepth 1 -path "*/.git" | xargs rm -fr
|
||||||
|
|
||||||
FROM builder AS erpnext
|
FROM builder AS erpnext
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue