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
fix: use PWD for PRODUCT_ROOT in all tools scripts
All tools scripts were setting PRODUCT_ROOT based on the script's
location, causing Dockerfile and other resources to be searched in
the Homebrew Cellar directory instead of the user's project directory.
Updated all tools scripts to use $PWD (current working directory):
- build.sh: Now finds Dockerfile in project directory
- deploy.sh: Now finds config in project directory
- push.sh: Now finds config in project directory
- validate-config.sh: Now validates project config
- health-check.sh: Now uses project config
- status.sh: Now uses project config
- init-config.sh: Now creates config in current directory
This completes the Homebrew installation fix, allowing all commands
to work correctly when installed via brew.
Fixes: "Error: Dockerfile not found: /opt/homebrew/Cellar/axon/0.1.6/Dockerfile"
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>
0 commit comments