mirror of
https://github.com/frappe/frappe_docker.git
synced 2026-06-26 09:05:10 +00:00
Add info about install-app scripts in readme
This commit is contained in:
parent
a20705e172
commit
c2d1c86a04
1 changed files with 4 additions and 0 deletions
|
|
@ -38,3 +38,7 @@ docker-compose restart backend
|
|||
```
|
||||
|
||||
Cool! You just containerized your app!
|
||||
|
||||
## Installing multiple apps
|
||||
|
||||
Both backend and frontend builds contain `install-app` script that places app where it should be. Each call to script installs given app. Usage: `install-app [APP_NAME] [BRANCH?] [GIT_URL?]`.
|
||||
|
|
|
|||
Loading…
Reference in a new issue