From e156d3f28fdd991286711f314f24392fcf750c25 Mon Sep 17 00:00:00 2001 From: Kirill Leonov Date: Wed, 12 Jun 2024 22:11:09 +0300 Subject: [PATCH] update dockerfile --- Dockerfile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index eb9af3f..a13f0a5 100644 --- a/Dockerfile +++ b/Dockerfile @@ -24,6 +24,8 @@ RUN update-alternatives --install \ /sbin/iptables-save iptables-save \ /sbin/iptables-legacy-save -RUN bundle install --without development rerun +RUN bundle config set without 'development rerun' + +RUN bundle install CMD ["puma", "-C", "config/puma.rb"]