Closed jackjansen closed 4 months ago
If you just follow the instructions and do docker compose up it doesn't rebuild.
docker compose up
And actually doing a manual docker compose build also doesn't do anything.
docker compose build
The workaround is to first delete all docker images. Then it rebuilds correctly.
I added instructions to the README. It should be sufficient to stop the container, rebuild it and launch it again.
If you just follow the instructions and do
docker compose up
it doesn't rebuild.And actually doing a manual
docker compose build
also doesn't do anything.The workaround is to first delete all docker images. Then it rebuilds correctly.