mirror of
https://github.com/frappe/frappe_docker.git
synced 2024-11-08 14:21:05 +00:00
Update custom-apps-for-production.md
install.sh not found in the folder as the description said its install_app.sh
This commit is contained in:
parent
7823bcbef7
commit
224def513c
@ -46,7 +46,7 @@ CMD ["nginx", "-g", "daemon off;"]
|
|||||||
Copy over the `install_app.sh` file from `./build/erpnext-nginx`
|
Copy over the `install_app.sh` file from `./build/erpnext-nginx`
|
||||||
|
|
||||||
```shell
|
```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.
|
Open up `./installation/docker-compose-custom.yml` and replace all instances of `[app]` with the name of your app.
|
||||||
|
Loading…
Reference in New Issue
Block a user