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