From a09454a5b6dbc3eabdd0c0f34fc45476e4cabce3 Mon Sep 17 00:00:00 2001 From: theycallhermax Date: Mon, 14 Apr 2025 23:13:00 +0000 Subject: [PATCH] change updating instructions in docker setup to rebuild the image instead --- docker.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docker.md b/docker.md index 24d9c53..d55d86a 100644 --- a/docker.md +++ b/docker.md @@ -41,10 +41,10 @@ docker compose down 2. Follow the [`UPDATE.md`](./UPDATE.md) file to see what to add or remove to your `config.json` or `.env`. -3. Remove the Docker image +3. Rebuild the Docker image ```sh -docker rmi catask_catask +docker compose build ``` 4. Restart CatAsk