From 224def513c60a6c380f2c446c44428aa41dde964 Mon Sep 17 00:00:00 2001 From: ahmadRagheb Date: Fri, 4 Dec 2020 07:16:04 +0200 Subject: [PATCH] Update custom-apps-for-production.md install.sh not found in the folder as the description said its install_app.sh --- docs/custom-apps-for-production.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/custom-apps-for-production.md b/docs/custom-apps-for-production.md index 0f8a988c..d00bd071 100644 --- a/docs/custom-apps-for-production.md +++ b/docs/custom-apps-for-production.md @@ -46,7 +46,7 @@ CMD ["nginx", "-g", "daemon off;"] Copy over the `install_app.sh` file from `./build/erpnext-nginx` ```shell -cp ./build/erpnext-nginx/install.sh ./build/[custom]-nginx +cp ./build/erpnext-nginx/install_app.sh ./build/[custom]-nginx ``` Open up `./installation/docker-compose-custom.yml` and replace all instances of `[app]` with the name of your app.