foundary-1770652398/.claude/CLAUDE.md
jordan 5f9a30c999
All checks were successful
ci/woodpecker/manual/woodpecker Pipeline was successful
ci/woodpecker/push/woodpecker Pipeline was successful
Initialize project from default template
2026-02-09 15:54:17 +00:00

33 lines
672 B
Markdown

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