testfs/.claude/CLAUDE.md
jordan 6924f9aea1
Some checks are pending
ci/woodpecker/manual/woodpecker Pipeline is pending
ci/woodpecker/push/woodpecker Pipeline is pending
Initialize project from default template
2026-01-31 07:47:21 +00:00

607 B

testfs

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

Quick Start

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

# Build
docker build -t testfs .

# Run
docker run -p 8080:8080 testfs

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

Constraints

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