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

COPY config /config
COPY ./cmd/shine/shine /shine
COPY ./cmd/shine/shine_race /shine_race

CMD ["/shine"]
