mirror of
https://github.com/StrawberryMaster/wayback-machine-downloader.git
synced 2025-12-17 17:56:44 +00:00
Dockerfile test
...again
This commit is contained in:
parent
6e2739f5a8
commit
375c6314ad
@ -1,15 +1,14 @@
|
|||||||
FROM ruby:3.4.3-alpine
|
FROM ruby:3.4.4-alpine
|
||||||
USER root
|
USER root
|
||||||
WORKDIR /build
|
WORKDIR /build
|
||||||
|
|
||||||
COPY Gemfile /build/
|
COPY Gemfile /build/
|
||||||
COPY *.gemspec /build/
|
COPY *.gemspec /build/
|
||||||
|
|
||||||
RUN gem update \
|
RUN bundle config set jobs $(nproc) \
|
||||||
&& bundle config set jobs $(nproc) \
|
&& bundle install --without development test
|
||||||
&& bundle install
|
|
||||||
|
|
||||||
COPY . /build
|
COPY . /build
|
||||||
|
|
||||||
WORKDIR /
|
WORKDIR /
|
||||||
ENTRYPOINT [ "/build/bin/wayback_machine_downloader" ]
|
ENTRYPOINT [ "/build/bin/wayback_machine_downloader" ]
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user