Cleanup: I removed the obsolete options.

The classic way provides more flexibility
This commit is contained in:
adampweb
2025-07-29 20:55:10 +02:00
parent bc868e6b39
commit e9849e6c9c
3 changed files with 5 additions and 28 deletions

View File

@@ -6,10 +6,9 @@ COPY Gemfile /build/
COPY *.gemspec /build/
RUN bundle config set jobs "$(nproc)" \
&& bundle config set without 'development test' \
&& bundle install
COPY . /build
WORKDIR /
ENTRYPOINT [ "/build/bin/wayback_machine_downloader" ]
WORKDIR /build
ENTRYPOINT [ "/build/bin/wayback_machine_downloader", "--directory", "/build/websites" ]