FROM ubuntu:16.04

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

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