FROM ruby:2.1 COPY . /build RUN cd build && \ bundle install ENTRYPOINT [ "/usr/local/bundle/bin/wayback_machine_downloader" ]