mirror of
https://github.com/basnijholt/adaptive-lighting.git
synced 2026-09-11 22:34:04 +02:00
Fix Docker setup and CI installation (#1212)
This commit is contained in:
parent
da4f3c16eb
commit
ded439e6f7
8 changed files with 32 additions and 66 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue