verify-1769754900/.claude/CLAUDE.md
jordan e6b4696771
All checks were successful
ci/woodpecker/manual/woodpecker Pipeline was successful
ci/woodpecker/push/woodpecker Pipeline was successful
Initialize project from default template
2026-01-30 06:35:04 +00:00

662 B

verify-1769754900

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

Quick Start

# Clone
git clone https://git.threesix.ai/jordan/verify-1769754900.git
cd verify-1769754900

# Build
docker build -t verify-1769754900 .

# Run
docker run -p 8080:8080 verify-1769754900

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

Constraints

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