mirror of
https://github.com/StrawberryMaster/wayback-machine-downloader.git
synced 2025-12-27 15:18:59 +00:00
Fix Dockerfile to correctly install dependencies
taken from @matthid/wayback-machine-downloader @ d75de94ac6
This commit is contained in:
parent
653b94ba12
commit
c26ace97b3
@ -1,5 +1,8 @@
|
||||
FROM ruby:2.3
|
||||
USER root
|
||||
WORKDIR /build
|
||||
COPY . /build
|
||||
RUN cd build && \
|
||||
bundle install
|
||||
ENTRYPOINT [ "/usr/local/bundle/bin/wayback_machine_downloader" ]
|
||||
|
||||
RUN cd /build && \ bundle install --gemfile=/build/Gemfile
|
||||
# ENTRYPOINT [ "/usr/local/bundle/bin/wayback_machine_downloader" ]
|
||||
ENTRYPOINT [ "bundle", "exec", "--gemfile=/build/Gemfile", "wayback_machine_downloader" ]
|
||||
Loading…
x
Reference in New Issue
Block a user