Restore automatic migrations

This commit is contained in:
Kevin McConnell
2025-11-21 14:53:29 +00:00
parent d14ffc1b79
commit 621c3ec993
+3
View File
@@ -59,6 +59,9 @@ RUN useradd rails --create-home --shell /bin/bash && \
chown -R rails:rails db log storage tmp
USER rails:rails
# Entrypoint prepares the database.
ENTRYPOINT ["/rails/bin/docker-entrypoint"]
# Ruby GC tuning values pulled from Autotuner recommendations
ENV RUBY_GC_HEAP_0_INIT_SLOTS=692636 \
RUBY_GC_HEAP_1_INIT_SLOTS=175943 \