FROM registry.yandex.net/sender/sendr/sendr-qloud-base-3.7 as build

COPY bin /opt/bin

CMD ["python3", "/app"]
