[AAE-4628] Release without the About and Settings modules, but have them baked into the app otherwise (#2022)

This commit is contained in:
Popovics András
2021-02-25 22:52:14 +01:00
committed by GitHub
parent 287b88e525
commit 2859b16356
14 changed files with 97 additions and 27 deletions

View File

@@ -16,7 +16,7 @@ The application runs in two modes:
Run the local instance of the application packaged into the docker image together with the ACS images:
```sh
npm run build
npm run build.release
npm run start:docker
```