foundary-test-1770684712/.claude/CLAUDE.md
jordan 99bcf9fec1
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-10 00:52:50 +00:00

697 B

foundary-test-1770684712

Project deployed to 2a7eyunr.threesix.ai via threesix.ai platform.

Quick Start

# Clone
git clone https://git.threesix.ai/jordan/foundary-test-1770684712.git
cd foundary-test-1770684712

# Build
docker build -t foundary-test-1770684712 .

# Run
docker run -p 8080:8080 foundary-test-1770684712

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://2a7eyunr.threesix.ai

Constraints

  • Keep the Dockerfile optimized for build time
  • Use multi-stage builds when possible
  • All config via environment variables