Statistics about book recommendations published by the German radio station Deutschlandfunk Nova including at least one main character with the first name Lucie
- Build the container
docker build -t wir-wollen-lucie:latest .
- Run the container
docker run -p 3000:80 wir-wollen-lucie # production
docker run -p 3000:80 -v ./public:/var/www/html wir-wollen-lucie # development