FROM registry.yandex.net/mail/mail-base-focal:latest

COPY  src /app
COPY  config/production.yaml /app/spihelper/config.yaml

RUN pip3 install -i https://pypi.yandex-team.ru/simple -r /app/spihelper/requirements.txt
