FROM registry.yandex.net/ubuntu:xenial

COPY score_api_server /score_api_server
EXPOSE 80
CMD ["/score_api_server/api"]
