fix(headroom-proxy): disable Rust core requirement for Python-only mode on Render

This commit is contained in:
Krrish Dholakia 2026-06-29 18:17:32 -07:00
parent 1fc28518c4
commit 654f610693

View file

@ -10,5 +10,6 @@ RUN apt-get update \
EXPOSE 8787
ENV HEADROOM_TELEMETRY=off
ENV HEADROOM_REQUIRE_RUST_CORE=false
CMD ["headroom", "proxy", "--host", "0.0.0.0", "--port", "8787", "--no-optimize"]