2
0
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:
Lev Vereshchagin 2021-12-13 19:27:56 +03:00
parent 11e276b0e9
commit bbbdf3d540

View File

@ -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