You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(jetson): align healthcheck and entrypoint API port fallback
Use nested fallback ${API_PORT:-${ACESTEP_API_PORT:-8001}} in both the
HEALTHCHECK and entrypoint so the probe and server always resolve the
same port regardless of which env var is set.
0 commit comments