From c2d1c86a04135af8c8d6f59455207524abefb0bb Mon Sep 17 00:00:00 2001 From: Lev Vereshchagin Date: Wed, 23 Mar 2022 11:07:56 +0300 Subject: [PATCH] Add info about install-app scripts in readme --- custom_app/README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/custom_app/README.md b/custom_app/README.md index 810d77da..820ae7bc 100644 --- a/custom_app/README.md +++ b/custom_app/README.md @@ -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?]`.