From 4fab0db95ff9811076fe95d4661f5dba9c16724c Mon Sep 17 00:00:00 2001 From: JJ-Cronos Date: Tue, 1 Apr 2025 11:55:39 +0200 Subject: [PATCH] fix; Add verbose to the build script --- images/production/Containerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/images/production/Containerfile b/images/production/Containerfile index 75e4068a..5ac46b58 100644 --- a/images/production/Containerfile +++ b/images/production/Containerfile @@ -128,7 +128,7 @@ RUN export APP_INSTALL_ARGS="" && \ --verbose \ /home/frappe/frappe-bench && \ cd /home/frappe/frappe-bench && \ - bench build --production && \ + bench build --production --verbose && \ echo "{}" > sites/common_site_config.json && \ find apps -mindepth 1 -path "*/.git" | xargs rm -fr