testfix/.claude/CLAUDE.md

612 B

testfix

Project deployed to cux6k26q.threesix.ai via threesix.ai platform.

Quick Start

# Clone
git clone https://git.threesix.ai/jordan/testfix.git
cd testfix

# Build
docker build -t testfix .

# Run
docker run -p 8080:8080 testfix

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

Constraints

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