Code from the React course by Carlos Azaustre built in a Docker container (@carlosazaustre)
To run the app (it runs on port 9000 by default)
docker-compose up
If you want to get into the container's bash console just run:
docker-compose run --rm reactr /bin/bash