Hi,
I want to customize the ERPNext source code, run it locally on Windows, and later build my own Docker images for deployment.
Right now, I can run ERPNext using the default pwd.yml file, but it only pulls prebuilt images from Docker Hub. I need a setup where I can:
- Use the cloned ERPNext repo for local development.
- Test changes on my local machine.
- Build and host custom Docker images with my modified code.
Can someone guide me on the correct way to run ERPNext locally without using the default prebuilt images?
Thanks!