fix(headroom-proxy): skip ML model download at startup with --no-optimize

This commit is contained in:
Krrish Dholakia 2026-06-29 18:05:47 -07:00
parent 84b882e201
commit d370ed2cc0

View file

@ -11,4 +11,4 @@ EXPOSE 10000
ENV HEADROOM_TELEMETRY=off
CMD ["headroom", "proxy", "--host", "0.0.0.0", "--port", "10000"]
CMD ["headroom", "proxy", "--host", "0.0.0.0", "--port", "10000", "--no-optimize"]