fs3/.claude/CLAUDE.md
jordan 43ffa982a8
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:41:06 +00:00

33 lines
592 B
Markdown

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