Any way to debug the building of the container?

Hello,

I’m trying to create an addon to make hass aware of the status of my home phone line (using my obihai voip ATA).

Code can be found here: https://github.com/ohmer1/obihai2mqtt_addon

The container fail to build when running the composer install step. The log just tell me the process exited with an exit code 1, but it doesn’t show me the stdout/stderr. Any way to get it?

Thanks

Nobody? How can I know what’s wrong? There is no way to debug addon creation?

You should try to build the image on your local computer using Docker.
That way you would have more control over the process.

Another option: SSH into ResinOS (SSH port 2222) and run the Portainer image to get a nice web interface to control the Docker host.