This repository has no description
0

Configure Feed

Select the types of activity you want to include in your feed.

localinfra: run pnpm non-interactively in the web container

Sets CI=true so the web container's startup pnpm install can repurge
node_modules without a TTY instead of crash-looping.

Signed-off-by: Anirudh Oppiliappan <anirudh@tangled.org>

author
Anirudh Oppiliappan
date (Aug 4, 2026, 5:06 PM +0300) commit 54726e47 parent 5509aa8f change-id oqptlpsw
+3
+3
docker-compose.yml
··· 454 454 dockerfile: localinfra/web.Dockerfile 455 455 restart: unless-stopped 456 456 environment: 457 + # run pnpm non-interactively in the container: the startup install may need 458 + # to repurge node_modules and would otherwise abort without a TTY 459 + CI: "true" 457 460 BOBBIN_URL: https://bobbin.tngl.boltless.dev 458 461 # browser-reachable appview for authed xrpc; host must match the 459 462 # appview's TANGLED_APPVIEW_HOST so the service-auth aud lines up