FROM python:3.10-bullseye

COPY . .
RUN pip install .
RUN test_data
CMD ["tonik_api", "--rootdir", "/tmp"]