fs2/.claude/CLAUDE.md
jordan f0da9e9254
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:33:22 +00:00

33 lines
592 B
Markdown

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