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

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

WORKDIR /app

CMD ["/app/starter", "start", "--name", "nuvault", "--", "/app/nuvaultd", "--cfg", "/app/cfg.yaml"]
