From f06c9b7c04be6ca0048a7fbd32967e2864395406 Mon Sep 17 00:00:00 2001 From: JJ-Cronos Date: Mon, 31 Mar 2025 12:21:09 +0200 Subject: [PATCH] fix: Add build step on container build --- images/production/Containerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/images/production/Containerfile b/images/production/Containerfile index e6175bde..75e4068a 100644 --- a/images/production/Containerfile +++ b/images/production/Containerfile @@ -128,6 +128,7 @@ RUN export APP_INSTALL_ARGS="" && \ --verbose \ /home/frappe/frappe-bench && \ cd /home/frappe/frappe-bench && \ + bench build --production && \ echo "{}" > sites/common_site_config.json && \ find apps -mindepth 1 -path "*/.git" | xargs rm -fr