fs1/.claude/CLAUDE.md
jordan 7490a26721
Some checks failed
ci/woodpecker/manual/woodpecker Pipeline failed
ci/woodpecker/push/woodpecker Pipeline is running
Initialize project from default template
2026-01-31 06:07:46 +00:00

33 lines
592 B
Markdown

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