JS needs to be generated for hourglass plugin.
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
2023-03-23 17:15:34 +01:00
parent 897e871561
commit 7d1cddf937

View File

@@ -21,6 +21,8 @@ RUN apt-get update \
&& rm -f /etc/cron.d/* \
# Install plugin dependencies \
&& bundle check || bundle install \
# (for hourglass plugin) \
&& bundle exec rake redmine:plugins:assets RAILS_ENV=production \
&& chmod +x /pre-entrypoint.sh \
# setting ENTRYPOINT destroys CMD so replace the entrypoint script and call it later \
# (see bottom note in https://docs.docker.com/engine/reference/builder/#entrypoint) \