fix: container

This commit is contained in:
Bohdan Kucherivayi 2024-11-28 00:45:15 +02:00
parent a461dac7dc
commit a8f3522c2e

View file

@ -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