fix: Add build step on container build

This commit is contained in:
JJ-Cronos 2025-03-31 12:21:09 +02:00
parent 91e81bae32
commit f06c9b7c04

View file

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