Docker:dev vs dev

Hi,

I’m a Python noob… (but a professional developer c#/nodejs)

I recently submitted a PR to fix an issue with the Tplink presence detection code (https://github.com/home-assistant/home-assistant/pull/15918) which was tested successfully when running on the development environment I have setup on my laptop.

This PR was merged a few days ago.

I’m also running docker-compose which I use for my “production” instance of homeassistant, it’s using the dev tagged image so I’m expecting to see the dev branch from githib, and indeed if i exec into the running docker I can see my changes in the source code.

BUT the tplink presence detection fails to startup with a similar error to before.

Anyone know of any different between running dev docker image vs actual dev?