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 \