mirror of
https://github.com/frappe/frappe_docker.git
synced 2025-01-10 09:02:13 +00:00
Fix develop frappe-nginx build on linux/arm64
This commit is contained in:
parent
11e276b0e9
commit
bbbdf3d540
@ -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 New Issue
Block a user