Fix wrong line

This commit is contained in:
Wedge 2021-03-01 17:59:01 +03:00
parent 628d373ee8
commit 2e1aca7e35
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ COPY db ./db
COPY app/ ./app COPY app/ ./app
COPY script ./script COPY script ./script
COPY vendor ./vendor 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.email "abf@openmandriva.org"
RUN git config --global user.name "ABF" RUN git config --global user.name "ABF"
ENTRYPOINT ["/rosa-build/entrypoint.sh"] ENTRYPOINT ["/rosa-build/entrypoint.sh"]