mirror of
https://github.com/StrawberryMaster/wayback-machine-downloader.git
synced 2025-12-29 16:16:06 +00:00
Now builds in the container instead of pulling from the reposi-thingy.
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
FROM ruby:2.1
|
||||
RUN gem install wayback_machine_downloader
|
||||
COPY ../ /build
|
||||
RUN cd build && \
|
||||
bundle install && \
|
||||
cd .. && \
|
||||
rm -rf build
|
||||
ENTRYPOINT [ "/usr/local/bundle/bin/wayback_machine_downloader" ]
|
||||
|
||||
Reference in New Issue
Block a user