idhub: better README.md

This commit is contained in:
pedro 2023-11-03 10:16:42 +01:00
parent 265a28c051
commit cc0c2033f9
1 changed files with 10 additions and 1 deletions

View File

@ -2,7 +2,16 @@ docker files and integrations
# idhub
use script `./idhub_build.sh` to rebuild it locally
## build
```sh
# clone or get latest versions of repos
./pull-repos.sh
# rebuild idhub locally
./idhub_build.sh
```
in production, use `./idhub_build.sh prod` to enable detaching
TODO: incorporate to general docker compose