fix: lint

This commit is contained in:
Revant Nandgaonkar 2024-11-27 13:57:39 +05:30
parent 580f2fd455
commit c566ea9982

View file

@ -29,6 +29,7 @@ cd frappe_docker
Then run: `docker compose -f pwd.yml up -d` Then run: `docker compose -f pwd.yml up -d`
### To run on ARM64 architecture follow this instructions ### To run on ARM64 architecture follow this instructions
After cloning the repo run this command to build multi-architecture images specifically for ARM64. After cloning the repo run this command to build multi-architecture images specifically for ARM64.
`docker buildx bake --no-cache --set *.platform=linux/arm64` `docker buildx bake --no-cache --set *.platform=linux/arm64`