diff --git a/Dockerfile b/Dockerfile index c9a4fd057..c75cc227e 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_resque.sh entrypoint_resque_scheduler.sh ./ +COPY 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 ["/rosa-build/entrypoint.sh"]