mirror of
https://github.com/frappe/frappe_docker.git
synced 2026-06-23 00:05:09 +00:00
fix: Add build step on container build
This commit is contained in:
parent
91e81bae32
commit
f06c9b7c04
1 changed files with 1 additions and 0 deletions
|
|
@ -128,6 +128,7 @@ RUN export APP_INSTALL_ARGS="" && \
|
||||||
--verbose \
|
--verbose \
|
||||||
/home/frappe/frappe-bench && \
|
/home/frappe/frappe-bench && \
|
||||||
cd /home/frappe/frappe-bench && \
|
cd /home/frappe/frappe-bench && \
|
||||||
|
bench build --production && \
|
||||||
echo "{}" > sites/common_site_config.json && \
|
echo "{}" > sites/common_site_config.json && \
|
||||||
find apps -mindepth 1 -path "*/.git" | xargs rm -fr
|
find apps -mindepth 1 -path "*/.git" | xargs rm -fr
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue