From d25f341bc5c3747ada6e0c7aa9970766f30a004e Mon Sep 17 00:00:00 2001 From: Jeremy Friesen Date: Wed, 29 Nov 2023 12:28:15 -0500 Subject: [PATCH] =?UTF-8?q?=F0=9F=8E=81=20Add=20button=20to=20re-split=20P?= =?UTF-8?q?DF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Related to: - https://github.com/scientist-softserv/iiif_print/pull/302 - https://github.com/scientist-softserv/iiif_print/pull/305 - https://github.com/scientist-softserv/iiif_print/issues/294 --- config/routes.rb | 1 + docker-compose.bundle.yml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/config/routes.rb b/config/routes.rb index fb575b0c..5f9e2d6e 100644 --- a/config/routes.rb +++ b/config/routes.rb @@ -45,6 +45,7 @@ mount BlacklightAdvancedSearch::Engine => '/' mount Hyrax::Engine, at: '/' + mount IiifPrint::Engine, at: '/' if Settings.bulkrax.enabled mount Bulkrax::Engine, at: '/' end diff --git a/docker-compose.bundle.yml b/docker-compose.bundle.yml index 1874220d..ca7f4716 100644 --- a/docker-compose.bundle.yml +++ b/docker-compose.bundle.yml @@ -7,5 +7,5 @@ services: web: command: sh -l -c "bundle && bundle exec puma -v -b tcp://0.0.0.0:3000" worker: - command: sh -l -c "bundle && bundle exec sidekiq" + command: sh -l -c "bundle && bundle exec good_job"