From 3c4c2b5eaa236be42c7aae54feb837a695f79d3a Mon Sep 17 00:00:00 2001 From: Kevin McConnell Date: Fri, 21 Nov 2025 10:48:53 +0000 Subject: [PATCH] Don't run migrations on deploy --- Dockerfile | 3 --- 1 file changed, 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index 6341f3fc1..ea1e28f8b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 \