···454454 dockerfile: localinfra/web.Dockerfile
455455 restart: unless-stopped
456456 environment:
457457+ # run pnpm non-interactively in the container: the startup install may need
458458+ # to repurge node_modules and would otherwise abort without a TTY
459459+ CI: "true"
457460 BOBBIN_URL: https://bobbin.tngl.boltless.dev
458461 # browser-reachable appview for authed xrpc; host must match the
459462 # appview's TANGLED_APPVIEW_HOST so the service-auth aud lines up