FROM registry.yandex.net/security/base/distroless

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

WORKDIR /

CMD /dnsdb-proxy
