mirror of
https://github.com/frappe/frappe_docker.git
synced 2026-06-20 23:05:09 +00:00
Fix develop frappe-nginx build on linux/arm64
This commit is contained in:
parent
11e276b0e9
commit
bbbdf3d540
1 changed files with 1 additions and 1 deletions
|
|
@ -27,7 +27,7 @@ RUN yarn --prod
|
||||||
FROM frappe_node_modules as frappe_assets
|
FROM frappe_node_modules as frappe_assets
|
||||||
|
|
||||||
RUN if [ "$(uname -m)" = "aarch64" ]; then \
|
RUN if [ "$(uname -m)" = "aarch64" ]; then \
|
||||||
yarn remove svg-sprite \
|
yarn remove svg-sprite || true \
|
||||||
&& yarn add sass; \
|
&& yarn add sass; \
|
||||||
fi \
|
fi \
|
||||||
&& yarn
|
&& yarn
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue