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