FROM registry.yandex.net/ubuntu:bionic
MAINTAINER Petr Reznikov <prez@yandex-team.ru>

COPY deploy /

RUN chmod -R 644 /etc/logrotate.d/
RUN chmod +x /opt/startup.sh
