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
refactor: rebuild-wolf always builds from source and sets WOLF_LOCAL_BUILD
Simplified rebuild-wolf logic:
- Always builds Wolf from ../wolf source
- Passes WOLF_LOCAL_BUILD=true directly to docker-compose commands
- No environment variable export needed
Workflow:
1. ./stack rebuild-wolf # Builds wolf:helix-fixed, starts with WOLF_LOCAL_BUILD=true
2. To continue using local build: WOLF_LOCAL_BUILD=true docker compose up -d
3. To use latest from registry: docker compose up -d (without WOLF_LOCAL_BUILD)
Users can also add WOLF_LOCAL_BUILD=true to .env file for persistent local builds.
0 commit comments