mirror of
https://github.com/StrawberryMaster/wayback-machine-downloader.git
synced 2025-12-17 17:56:44 +00:00
Turns out we can't build stuff in ../
This commit is contained in:
parent
498c28bbe7
commit
2742202cb0
@ -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" ]
|
||||
Loading…
x
Reference in New Issue
Block a user