FROM registry.yandex.net/rtc-base/focal:stable

MAINTAINER Andrew Krasichkov "buglloc@yandex-team.ru"

# . - content root folder, must contain all destinations from pkg.json
COPY . /

WORKDIR /

CMD /sectools-web server
