FROM ubuntu:16.04

RUN mkdir -p /usr/bin
COPY ./.manta/eb-service-role /usr/bin/eb-service-role

EXPOSE 8000
ENTRYPOINT ["/usr/bin/eb-service-role"]
