docker build -t react-nginx .
docker run --rm -it -p 8080:80 react-nginx
Navigate to http://localhost:8080/
- Home : http://localhost:8080/
- Foo Page : http://localhost:8080/foo
- Bar Page : http://localhost:8080/bar
docker build -t react-nginx .
docker run --rm -it -p 8080:80 react-nginx
Navigate to http://localhost:8080/