fs4/.claude/CLAUDE.md

33 lines
592 B
Markdown

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