fix; Add verbose to the build script

This commit is contained in:
JJ-Cronos 2025-04-01 11:55:39 +02:00
parent 0d7c9bb5a2
commit 4fab0db95f

View file

@ -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