change updating instructions in docker setup to rebuild the image instead

This commit is contained in:
theycallhermax 2025-04-14 23:13:00 +00:00
parent ada55f1dc5
commit a09454a5b6

View file

@ -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