Merge branch 'frappe:main' into main

This commit is contained in:
Ashutosh Verma 2025-03-02 18:22:07 +05:30 committed by GitHub
commit 83e5dfa7e3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -36,7 +36,7 @@ After cloning the repo run this command to build multi-architecture images speci
and then
- add `platform: linux/arm64` to all services in the pwd.yaml
- add `platform: linux/arm64` to all services in the `pwd.yml`
- replace the current specified versions of erpnext image on `pwd.yml` with `:latest`
Then run: `docker compose -f pwd.yml up -d`