Closed snehaenola closed 3 months ago
You need to start with git first. The changes in code need to be pushed to your git fork.
Use your fork and branch for frappe and other apps.
for frappe it is set as FRAPPE_PATH build arg and for apps use the apps.json.
https://github.com/frappe/frappe_docker/blob/main/docs/custom-apps.md#build-image
This issue has been automatically marked as stale. You have a week to explain why you believe this is an error.
I have a project which uses pre existing apps namely frappe, erpnext, hrms and payments I have made customisation in those apps by adding doctypes, fields for the existing doctypes and API endpoints Now i want to Dockerize the whole project with these customisations added, there are lots of resources for dockerising custom apps, but didnt find any similar to my issue