Merge remote-tracking branch 'origin/main' into fix-test_changing_options_when_using_yaml

This commit is contained in:
Bas Nijholt 2025-06-15 21:34:52 -07:00
commit febe01683b
No known key found for this signature in database
9 changed files with 35 additions and 67 deletions

View file

@ -20,7 +20,7 @@ This command will download the Docker image from [the adaptive-lighting Docker H
If you prefer to build the image yourself, use the following command:
```bash
docker build -t basnijholt/adaptive-lighting:latest --no-cache .
docker build -t basnijholt/adaptive-lighting:latest --no-cache --progress=plain .
```
This might be necessary if the image on Docker Hub is outdated or if the [`test_dependencies.py`](../test_dependencies.py) file is updated.