diff --git a/docker/run b/docker/run index 23b857a1519..642c0edc654 100755 --- a/docker/run +++ b/docker/run @@ -11,5 +11,7 @@ bundle exec rails db:prepare db:seed # Remove irb prompts from rails console echo 'IRB.conf[:USE_AUTOCOMPLETE] = false' >> ~/.irbrc +bundle exec smoke_test:pdf + # Start the Puma server bundle exec puma -C config/puma.rb