Generate assets for all DBs
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
2023-03-23 18:01:20 +01:00
parent 98996a8e1a
commit 0734f7a81a

View File

@@ -29,7 +29,10 @@ RUN set -eux; \
done; \
bundle check || bundle install; \
# For hourglass plugin
bundle exec rake redmine:plugins:assets; \
bundle exec rake redmine:plugins:assets RAILS_ENV=mysql2; \
bundle exec rake redmine:plugins:assets RAILS_ENV=postgresql; \
bundle exec rake redmine:plugins:assets RAILS_ENV=sqlserver; \
bundle exec rake redmine:plugins:assets RAILS_ENV=sqlite3; \
rm ./config/database.yml; \
chmod +x /pre-entrypoint.sh; \
# setting ENTRYPOINT destroys CMD so replace the entrypoint script and call it later