FROM ubuntu:16.04

RUN mkdir -p /usr/bin
COPY ./.manta/knowledgebot /usr/bin/knowledgebot

EXPOSE 8000
ENTRYPOINT ["/usr/bin/knowledgebot"]
