FROM ubuntu:16.04

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

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