Docker Containerized React Webpage

Docker Containerized React Webpage

2023, Mar 08    

Accomplished proper Docker containerization on custom web app designed with react.js.

React + Docker Integration

app designed by Andujar Brutus to showcase React integration with Docker

Try it out with Docker!

From Command line run

docker pull brutusa/react-webpage-i

Then

docker run  -p 80:80 brutusa/react-webpage-i

Open at localhost:80

view on GitHub