FROM ubuntu:16.04

COPY ./.manta/kevibot /usr/bin/kevibot

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