Files
blackcanyontickets/scripts
dzinesco e48fdc9691 fix: Build Docker image locally instead of pulling from registry
- Change docker-compose.prod.yml from image: to build: configuration
- Remove image pulling from deployment script
- Add --build flag to docker-compose up command
- Fixes "image not found" error by building from local Dockerfile

This ensures the deployment script builds the image from source
instead of trying to pull a non-existent image from a registry.

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-07-12 19:53:07 -06:00
..