Slide 8
Slide 8 text
Docker Deployment
Docker-compose.yml (Optional)
Image Information
Build Information
App Information (Ports, Volumes)
Dockerfile (Multi-Stage)
Node Image for Building
Nginx Image for Hosting
Tipps:
● use .dockerignore
● Optimize cache usage
● Special Attention in CI
Tools which CMD is
really executed
Publish image to registry (optional)