From 1fc724bfc6239a154912fad187ff99c1fb7882fe Mon Sep 17 00:00:00 2001 From: Emanuele Date: Wed, 12 Jun 2024 14:34:02 +0200 Subject: [PATCH] Clarification on mounting config.json --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index a027561..f7b4f06 100644 --- a/README.md +++ b/README.md @@ -220,6 +220,8 @@ make build-container make LOCAL_DIR=/path/to/download run-container ``` +The `run-container` command mounts also the `config.json` file, so any change to the configuration file is reflected immediately without having to rebuild the image. + ## Tutorial For a detailed walkthrough, refer to the [video tutorial](https://www.youtube.com/watch?v=Ok7hQCgxqLg&ab_channel=Nothing)