mirror of
https://github.com/frappe/frappe_docker.git
synced 2024-11-10 07:11:00 +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
|
||||
|
||||
RUN if [ "$(uname -m)" = "aarch64" ]; then \
|
||||
yarn remove svg-sprite \
|
||||
yarn remove svg-sprite || true \
|
||||
&& yarn add sass; \
|
||||
fi \
|
||||
&& yarn
|
||||
|
Loading…
Reference in New Issue
Block a user