foundary-test-1770741705/.claude/CLAUDE.md
jordan 6dd9545854
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
ci/woodpecker/manual/woodpecker Pipeline was successful
Initialize project from default template
2026-02-10 16:42:44 +00:00

33 lines
697 B
Markdown

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