2
0
mirror of https://github.com/frappe/frappe_docker.git synced 2024-09-20 02:59:02 +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
RUN if [ "$(uname -m)" = "aarch64" ]; then \
yarn remove svg-sprite \
yarn remove svg-sprite || true \
&& yarn add sass; \
fi \
&& yarn