Skip to content

Commit

Permalink
update dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
leonovk committed Jun 12, 2024
1 parent 0fa6498 commit e156d3f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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"]

0 comments on commit e156d3f

Please sign in to comment.