Merge pull request #26 from zapal-tech/main

fix: container
This commit is contained in:
Bohdan Kucheriavyi 2024-11-28 00:45:42 +02:00 committed by GitHub
commit 232f7fffaa
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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