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

COPY . /

WORKDIR /

CMD ["/app/starter", "start", "--name", "yadi-web", "--", "/yadi-web"]
