I hate ruby

This commit is contained in:
Disassembler 2021-01-30 10:11:12 +01:00
parent 41caf992e8
commit ac48d5681d
Signed by: Disassembler
GPG Key ID: 524BD33A0EE29499

View File

@ -25,7 +25,9 @@ COPY decidim.image.d
RUN EOF
# Install gems required by decidim
cd /srv/decidim-app
bundle update
# Hackfix dependency
gem install graphql -v 1.9.21
bundle install
# Setup delayed job for mail sending
bin/rails generate delayed_job:active_record