From bc9e340ca53cf646c684692d221bf1a581988ee0 Mon Sep 17 00:00:00 2001 From: Gianluca Zuccarelli Date: Wed, 22 Sep 2021 19:34:59 +0200 Subject: [PATCH] HACKING: fix container command Update the path for the osbuild-worker.toml config file. --- HACKING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/HACKING.md b/HACKING.md index e57431f12..e3632303f 100644 --- a/HACKING.md +++ b/HACKING.md @@ -83,7 +83,7 @@ should be the same location as the `$CONTAINER_CONFIG_DIR` described above The services also require a config file each which they expect to be in the same directory. The following test files can be copied into it: - cp ./test/data/composer/osbuild-composer.toml ./test/data/composer/osbuild-worker.toml ./containers/config/ + cp ./test/data/composer/osbuild-composer.toml ./test/data/worker/osbuild-worker.toml ./containers/config/ The `$CONTAINER_CONFIG_DIR` (default `containers/config`) directory will be mounted inside both containers (see the [`docker-composer.yml`](./distribution/docker-compose.yml) file).