cliqz-oss / privacy-bot

Privacy Bot gathers, persists and analyzes privacy policies. #Mozilla Global Sprint Project
https://cliqz-oss.github.io/privacy-bot/
GNU Affero General Public License v3.0
38 stars 16 forks source link

Added Dockerfile to run privacy_bot and a simple script to install an… #28

Closed fedelodo closed 7 years ago

fedelodo commented 7 years ago

I've added a simple dockerfile and a script to run the docker container.

remusao commented 7 years ago

Hey @fedelodo, thanks a lot for your work! Would you like to join us on gitter https://gitter.im/munich-cliqz/Lobby ? I will review your PR!

remusao commented 7 years ago

I just noticed that all your files are in a folder named: privacy_bot_docker/, any reason to not put them at the root of the repository?

remusao commented 7 years ago

Hi @fedelodo I tried the PR, and it almost works, I just had to change this in Dockerfile:

-COPY privacy-bot/ /tmp/privacy_bot
+COPY privacy_bot/ /tmp/privacy_bot

Would you mind changing it quick and then I can merge it :)

fedelodo commented 7 years ago

Sure! Sorry I've been a bit busy today!