Upgrade to Pro — share decks privately, control downloads, hide ads and more …

Cloud Native Ninja - part 8 - Containerize React App

Cloud Native Ninja - part 8 - Containerize React App

Slide deck related to the 8th part of the Cloud Native Ninja series.
https://youtu.be/mmM6btuwqfA

Nilesh Gule

April 26, 2023
Tweet

More Decks by Nilesh Gule

Other Decks in Technology

Transcript

  1. Summary ✓ Build : Built React app using npm commands

    ✓ Base images: Used Alpine based base image for Node ✓ Multistage Docker build: ✓ separate build using node base image and run stages using nginx base images ✓ Docker Hub: Publish container images