Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 519 Bytes

README.md

File metadata and controls

20 lines (13 loc) · 519 Bytes

wir-wollen-lucie.jetzt

Statistics about book recommendations published by the German radio station Deutschlandfunk Nova including at least one main character with the first name Lucie

Screenshot

Setup with Docker

  1. Build the container
docker build -t wir-wollen-lucie:latest .
  1. 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