FROM registry.yandex.net/avia/ubuntu-bionic-deploy:22b21855d62a4f7ff9fca4d5994f65d326015bb6

ARG work_dir=/app

COPY /bin /bin

COPY docker/supervisor/*.conf /etc/supervisor/conf.d/
COPY docker/nginx/* /etc/nginx/sites-enabled/

COPY /templates /templates

EXPOSE 80
