Skip to content

ikbal-nayem/nginx-multi-app-single-port

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

nginx-multi-app-single-port

Multiple React apps created by CRA in single port through docker containers and nginx.

  • Serve multiple react apps in same host but different routes.

Build Docker image

docker-compose build

Start Docker

docker-compose up -d

Stop Docker

docker-compose down