mirror of
https://github.com/frappe/frappe_docker.git
synced 2026-06-17 13:55:08 +00:00
Touch .build on develop image (untill https://github.com/frappe/frappe/issues/15396 is resolved)
This commit is contained in:
parent
adc526d859
commit
f24c278123
1 changed files with 3 additions and 1 deletions
|
|
@ -36,7 +36,9 @@ RUN cd apps/frappe && \
|
|||
# Build assets they're stored in frappe-bench/sites/assets
|
||||
RUN echo "frappe" >sites/apps.txt \
|
||||
&& yarn --cwd apps/frappe run production \
|
||||
&& rm sites/apps.txt
|
||||
&& rm sites/apps.txt \
|
||||
# TODO: Currently `yarn run production` doesn't create .build: https://github.com/frappe/frappe/issues/15396
|
||||
&& if [ ! -f sites/.build ]; then touch .build; fi
|
||||
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue