592 B
592 B
fs3
Project deployed to 2k7zszfh.threesix.ai via threesix.ai platform.
Quick Start
# 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:
- Build Docker image
- Push to registry (registry.threesix.ai)
- 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