You could just docker pull the image from the hub and then run it yourself. You just need to mount a directory that has an options.json file in with the appropriate structure, and ensure the container has port 80 being exposed as 80. Example docker compose and options.json files are available in github. You’ll also need to update the docker compose file with the appropriate CPU architecture - i.e. the image of hass-actron-amd64, or hass-actron-armhf etc.