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

COPY deploy /
RUN mkdir -p /app/monitoring/yasm/enabled/ && \
    chmod 644 /etc/cron.d/*

