mirror of
https://github.com/StrawberryMaster/wayback-machine-downloader.git
synced 2025-12-17 17:56:44 +00:00
Fixed Dockerfile
attribution to rohfle in cfba774f4b51677c7adfbb9b337a180ec6078bf1
This commit is contained in:
parent
fdcb81f1a0
commit
840c763ee4
@ -1,8 +1,7 @@
|
|||||||
FROM ruby:2.3
|
FROM ruby:2.3-alpine
|
||||||
USER root
|
USER root
|
||||||
WORKDIR /build
|
WORKDIR /build
|
||||||
COPY . /build
|
COPY . /build
|
||||||
|
|
||||||
RUN cd /build && \ bundle install --gemfile=/build/Gemfile
|
WORKDIR /
|
||||||
# ENTRYPOINT [ "/usr/local/bundle/bin/wayback_machine_downloader" ]
|
ENTRYPOINT [ "/build/bin/wayback_machine_downloader" ]
|
||||||
ENTRYPOINT [ "bundle", "exec", "--gemfile=/build/Gemfile", "wayback_machine_downloader" ]
|
|
||||||
Loading…
x
Reference in New Issue
Block a user