From a8f3522c2eea3534f33ee1cf021e7127f00414c0 Mon Sep 17 00:00:00 2001 From: Bohdan Kucherivayi Date: Thu, 28 Nov 2024 00:45:15 +0200 Subject: [PATCH] fix: container --- images/production/Containerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/images/production/Containerfile b/images/production/Containerfile index e6fc4bc0..dc5e1763 100644 --- a/images/production/Containerfile +++ b/images/production/Containerfile @@ -121,7 +121,7 @@ RUN bench init \ /home/zapal/frappe-bench && \ cd /home/zapal/frappe-bench && \ 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 FROM builder AS erpnext