# Required for SSL
FROM docker.internal.justin.tv/twitch/scratch-ca:3.0
MAINTAINER Jack Lindamood <jlindamo@twitch.tv>

COPY config /config
COPY ./cmd/feeds-edge/feeds-edge /feeds-edge
COPY ./cmd/feeds-edge/feeds-edge_race /feeds-edge_race

CMD ["/feeds-edge"]
