Issue: Cannot deploy Containers despite having Workers Paid plan Setup: - Workers Paid plan active ($5/month) - Docker Desktop working locally - Trying to deploy: https://github.com/cloudflare/moltworker Problem: - npm run deploy hangs after uploading assets (Docker container build never starts) - npx wrangler containers list → "No containers found" - Dashboard shows "no containers" with no enable button - Deployments complete upload but containers never get created What I've tried: - Verified docker info works - Multiple deployment attempts - Created test container from cloudflare/templates/containers-template - same issue