FROM docker.pkgs.xarth.tv/devtools/xenial/go1.13.3:latest
LABEL maintainer="Events <events-core@justin.tv>"

COPY apertureserver /apertureserver
COPY config /config

EXPOSE 8000

ENV PORT=8000

ENTRYPOINT ["/apertureserver"]
