mirror of
https://github.com/frappe/frappe_docker.git
synced 2026-06-23 00:05:09 +00:00
fix; Add verbose to the build script
This commit is contained in:
parent
0d7c9bb5a2
commit
4fab0db95f
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue