The openocd-esp32 tool fails with exit code 127 due to missing libusb-1.0.so.0 in the runtime image. With set -e, this caused the entrypoint to exit before starting uvicorn and nginx, putting the container in a restart loop. Adding || true allows the ESP-IDF environment to be sourced while tolerating the non-critical openocd warning. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| entrypoint.sh | ||
| nginx.conf | ||
| nginx.prod.conf | ||