test-1769754492/.claude/CLAUDE.md
jordan 37502e9499
Some checks failed
ci/woodpecker/manual/woodpecker Pipeline was successful
ci/woodpecker/push/woodpecker Pipeline failed
Initialize project from default template
2026-01-30 06:28:13 +00:00

33 lines
652 B
Markdown

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