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

COPY ./cmd/helloworld/helloworld /helloworld
COPY ./cmd/helloworld/helloworld_race /helloworld_race

CMD ["/helloworld"]
