Dockerfile to build a react app generated (ideally) by create-react-app implementing docker multi-stage build using node and nginx.
- Docker 17.05 or higher on the daemon and client.
Make sure you add your nginx.conf under server/nginx.conf
├── public/
├── node_modules/
+ ├── server/
+ │ ├── nginx.conf
├── src/
+ ├── .dockerignore
├── .gitignore
+ ├── Dockerfile
+ ├── Makefile
└── package.json
- Improve documentation
- Look for a better way to structure the project in order to make it easier to get started and reuse it