final-1769755645/.claude/CLAUDE.md
jordan c6177cf539
All checks were successful
ci/woodpecker/manual/woodpecker Pipeline was successful
ci/woodpecker/push/woodpecker Pipeline was successful
Initialize project from default template
2026-01-30 06:47:26 +00:00

33 lines
657 B
Markdown

# final-1769755645
Project deployed to bum2x6s9.threesix.ai via threesix.ai platform.
## Quick Start
```bash
# Clone
git clone https://git.threesix.ai/jordan/final-1769755645.git
cd final-1769755645
# Build
docker build -t final-1769755645 .
# Run
docker run -p 8080:8080 final-1769755645
```
## 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://bum2x6s9.threesix.ai
## Constraints
- Keep the Dockerfile optimized for build time
- Use multi-stage builds when possible
- All config via environment variables