mirror of
https://github.com/frappe/frappe_docker.git
synced 2026-06-18 22:25:09 +00:00
Fix .build creation on develop branch
This commit is contained in:
parent
59db4182e6
commit
af31c6c55f
1 changed files with 2 additions and 2 deletions
|
|
@ -37,8 +37,8 @@ RUN cd apps/frappe && \
|
|||
RUN echo "frappe" >sites/apps.txt \
|
||||
&& yarn --cwd apps/frappe run production \
|
||||
&& 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
|
||||
# TODO: Currently `yarn run production` doesn't create .build on develop branch: https://github.com/frappe/frappe/issues/15396
|
||||
&& if [ ! -f sites/.build ]; then touch sites/.build; fi
|
||||
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue