Merge pull request #1673 from basecamp/skip-migrations

Don't run migrations on deploy
This commit is contained in:
Kevin McConnell
2025-11-21 10:55:57 +00:00
committed by GitHub
-3
View File
@@ -59,9 +59,6 @@ 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 \