Deploy React App in Docker using Nginx

Pubblicato il: 30 ottobre 2021
sul canale di: Aveti Tutorials
19,712
160

This tutorial shows deploying React app with Nginx in Docker. This approach can be used to dockerize react app in production environment with docker. It uses docker multistage build to build docker image.

Prerequisites
Nodejs installed, Docker installed, docker-compose installed
IDE:
Visual Studio code

Steps

Stage 1: Create docker image for react application

Stage 2: Create nginx react app image uisng base image nginx:alpine

1. Create a react application or clone from https://github.com/avetichamp/aveti-r...
2. Create docker file
3. Create Docker compose file
4. Deploy react using Nginx server in docker

Build image:
docker-compose build

Deploy App:
docker-compose up
For Detached Mode deployment
docker-compose up -d

For source code clone:
Git Hub: https://github.com/avetichamp/aveti-r...
Facebook :   / aveti.tutorial.9  

Please subscribe to this channel


In questa pagina del sito puoi guardare il video online Deploy React App in Docker using Nginx della durata di ore minuti seconda in buona qualità , che l'utente ha caricato Aveti Tutorials 30 ottobre 2021, condividi il link con amici e conoscenti, su youtube questo video è già stato visto 19,712 volte e gli è piaciuto 160 spettatori. Buona visione!