Add info about install-app scripts in readme

This commit is contained in:
Lev Vereshchagin 2022-03-23 11:07:56 +03:00
parent a20705e172
commit c2d1c86a04

View file

@ -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?]`.