This project contains a Dockerfile.dev for dev purposes and a Dockerfile for a production ready container. It contains a react app. In production it uses nginx as Web Server.
docker-compose up --build
docker run -p 3000:3000 -v /app/node_modules -v "$(pwd)":/app tag-name