This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user