FROM ubuntu:16.04

RUN mkdir -p /usr/bin
COPY ./.manta/hms-echo /usr/bin/hms-echo

EXPOSE 8000
ENTRYPOINT ["/usr/bin/hms-echo"]
