FROM python:3.11-bullseye

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