Turns out we can't build stuff in ../

This commit is contained in:
themonkeyz
2016-07-20 23:14:59 -04:00
parent 498c28bbe7
commit 2742202cb0

5
Dockerfile Normal file
View File

@@ -0,0 +1,5 @@
FROM ruby:2.1
COPY . /build
RUN cd build && \
bundle install
ENTRYPOINT [ "/usr/local/bundle/bin/wayback_machine_downloader" ]