FROM registry.yandex.net/rasp/rasp-ubuntu-trusty:6582205

RUN mkdir -p /var/log/app

COPY docker/logrotate/app.conf /etc/logrotate.d/
COPY docker/supervisor/*.conf /etc/supervisor/conf.d/

COPY . /app
WORKDIR /app
