FROM python:3.10

WORKDIR /opt/stroopwafel

COPY . ./

RUN pip install -r requirements.txt

CMD python -m unittest tests