This commit is contained in:
Disassembler 2021-01-30 11:01:02 +01:00
parent ac48d5681d
commit 416bafcd8b
Signed by: Disassembler
GPG Key ID: 524BD33A0EE29499

View File

@ -23,10 +23,10 @@ EOF
COPY decidim.image.d
RUN EOF
# Install gems required by decidim
# Install runtime gems and plugins
cd /srv/decidim-app
# Hackfix dependency
gem install graphql -v 1.9.21
sed -i '/^ graphql/d' Gemfile.lock
bundle install
# Setup delayed job for mail sending