FROM python:3.8
RUN pip install asreview asreview-statistics asreview-visualization
ENTRYPOINT ["asreview"]
ENV ASREVIEW_PATH=project_folder
