# foundary-1770644471 Project deployed to qj7ckumy.threesix.ai via threesix.ai platform. ## Quick Start ```bash # Clone git clone https://git.threesix.ai/jordan/foundary-1770644471.git cd foundary-1770644471 # Build docker build -t foundary-1770644471 . # Run docker run -p 8080:8080 foundary-1770644471 ``` ## Deployment Pushes to `main` trigger automatic deployment via Woodpecker CI: 1. Build Docker image 2. Push to registry (registry.threesix.ai) 3. Update Kubernetes deployment Live at: https://qj7ckumy.threesix.ai ## Constraints - Keep the Dockerfile optimized for build time - Use multi-stage builds when possible - All config via environment variables