Asset generation without RAILS_ENV
Some checks failed
continuous-integration/drone/push Build is failing
Some checks failed
continuous-integration/drone/push Build is failing
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user