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