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

View File

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