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"]