This commit is contained in:
Nicolas Bally 2018-03-21 09:17:59 +01:00
parent beb3b4c63f
commit a14fbd727c

View File

@ -5,6 +5,6 @@ if Rails.env.production?
}
else
WickedPdf.config = {
:exe_path => "/usr/local/bin/wkhtmltopdf"
:exe_path => "/usr/bin/xvfb-run -- /usr/local/bin/wkhtmltopdf"
}
end