#!/usr/bin/env sh # The add-on entrypoint. Deliberately thin: everything that can fail in an # interesting way belongs in Python where it can be logged and tested. set -e cd /opt/goodwe exec python3 -m app.main