# Required for SSL
FROM docker-registry.internal.justin.tv/scratchca:2.0.0
MAINTAINER Jack Lindamood <jlindamo@twitch.tv>

ADD ./config /config

COPY deployer /deployer
COPY deployer_race /deployer_race

CMD ["/deployer"]
