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