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