From 1e9f61d7de72fa2979650e0e782005a8cdead53a Mon Sep 17 00:00:00 2001 From: swaggboi Date: Thu, 17 Feb 2022 21:35:34 -0500 Subject: [PATCH] Only need 2 threads --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 5ed81fd..ba4be1c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -17,4 +17,4 @@ RUN bundle install EXPOSE 4567 # Send it -CMD ["bundle", "exec", "puma", "-p", "4567", "-e", "production"] +CMD ["bundle", "exec", "puma", "-p", "4567", "-t", "2", "-e", "production"]