From 3707ce06dac67695bcfdd1695b472066d9c9c5e6 Mon Sep 17 00:00:00 2001 From: Wedge Date: Tue, 2 Mar 2021 17:57:19 +0300 Subject: [PATCH] Add gemfiles --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 17fdb1581..1b5898ef9 100644 --- a/Dockerfile +++ b/Dockerfile @@ -30,7 +30,7 @@ COPY db ./db COPY app/ ./app COPY script ./script COPY vendor ./vendor -COPY Rakefile config.ru entrypoint.sh entrypoint_sidekiq.sh ./ +COPY Gemfile Gemfile.lock Rakefile config.ru entrypoint.sh entrypoint_sidekiq.sh ./ RUN git config --global user.email "abf@openmandriva.org" RUN git config --global user.name "ABF" ENTRYPOINT ["/app/rosa-build/entrypoint.sh"]