foundary-test-1770625554/.claude/CLAUDE.md
jordan b3ac0299d3
Some checks failed
ci/woodpecker/manual/woodpecker Pipeline was successful
ci/woodpecker/push/woodpecker Pipeline failed
Initialize project from default template
2026-02-09 08:26:52 +00:00

33 lines
697 B
Markdown

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