React Webpage with Docker Container
2023, Mar 08
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