fair-software / fairtally

Make a report based on howfairis results
Apache License 2.0
5 stars 3 forks source link

Add docker #59

Closed fdiblen closed 3 years ago

fdiblen commented 3 years ago

Refs: #57 #58

Changes

How to test

  1. Build the docker image
    docker build -t fairsoftware/fairtally:latest .
  2. Run the docker image
    docker run --rm fairsoftware/fairtally:latest --help
sverhoeven commented 3 years ago

We could use

cat urls | docker run --rm fairsoftware/fairtally --input-file - --output-file - > report.html
sverhoeven commented 3 years ago

Can you add an example how to run fairtally with urls?