FROM ruby:2.4.2-alpine3.7

ADD . /opt/twilight-fastly-test
WORKDIR /opt/twilight-fastly-test
RUN bundle install

CMD bundle exec ruby run.rb
