Skip to content

This repo contains the instrumental files for implementing a React application with Nginx with runtime variables. πŸš€

Notifications You must be signed in to change notification settings

srilokhkaruturi/nginx-docker-react

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

7 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Nginx-Docker-React

Important

This repo contains the instrumental files for implementing a React application with Nginx with runtime variables for Dockerization.

You will add these files to your existing React project.

Steps

  1. git clone <this-repo-url> (outside of your React App)
  2. ./copy.sh <react-app-path>
  3. cd <react-path>
  4. Dockerize (inside of react-app-path docker build . -t 'react-app-image')
  5. Create a container (docker run -d --name "docker-image"-p 3000:80 )

About

This repo contains the instrumental files for implementing a React application with Nginx with runtime variables. πŸš€

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published