FROM ubuntu:16.04

RUN mkdir -p /usr/bin
COPY ./.manta/tinker /tinker
ADD .manta/dist /dist/

EXPOSE 8000
ENTRYPOINT ["/tinker"]
