From 70a75ebb925da41ad17d2eceb9bd889360148f84 Mon Sep 17 00:00:00 2001 From: Andrew Tomaka Date: Fri, 26 Jan 2024 22:04:17 -0500 Subject: [PATCH] Cross platform jemalloc --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index f19c5f1..8ee8a9a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -55,7 +55,7 @@ RUN useradd rails --create-home --shell /bin/bash && \ chown -R rails:rails db log storage tmp USER rails:rails -ENV LD_PRELOAD=/usr/lib/x86_64-linux-gnu/libjemalloc.so.2 +ENV LD_PRELOAD=libjemalloc.so.2 # Entrypoint prepares the database. ENTRYPOINT ["/rails/bin/docker-entrypoint"]