FROM ubuntu:16.04

RUN mkdir -p /usr/bin
COPY ./.manta/history-worker /usr/bin/history-worker

EXPOSE 8000
ENTRYPOINT ["/usr/bin/history-worker"]
