diff --git a/build/docker/README.md b/build/docker/README.md index 818f92d03..2c33f9524 100644 --- a/build/docker/README.md +++ b/build/docker/README.md @@ -34,6 +34,10 @@ runtime config should come from. The mounted folder must contain: - `server.crt` certificate file - `server.key` private key file for the above certificate +as well as + +- `build_db.sh` in a parallel `postgres` parallel to the `config` folder, providing database generation. + To generate keys: ```