Asset generation without RAILS_ENV
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
2023-03-23 17:57:49 +01:00
parent ce64ef6ff5
commit 98996a8e1a

View File

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