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


COPY app /app
COPY opt/entrypoint.sh /opt/entrypoint.sh


CMD ["/opt/entrypoint.sh"]
