From 840c763ee41f2302bca2fa20f0f62af86044f0cb Mon Sep 17 00:00:00 2001 From: Felipe <41008398+StrawberryMaster@users.noreply.github.com> Date: Tue, 31 Dec 2024 17:09:45 +0000 Subject: [PATCH] Fixed Dockerfile attribution to rohfle in cfba774f4b51677c7adfbb9b337a180ec6078bf1 --- Dockerfile | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/Dockerfile b/Dockerfile index 4c56e58..c6e4e6d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,8 +1,7 @@ -FROM ruby:2.3 +FROM ruby:2.3-alpine USER root WORKDIR /build COPY . /build -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" ] \ No newline at end of file +WORKDIR / +ENTRYPOINT [ "/build/bin/wayback_machine_downloader" ] \ No newline at end of file