improve Dockerfiles

This commit is contained in:
Vri 🌈 2023-05-05 18:42:19 +02:00
parent 12d5a55c30
commit d3681e3186
Signed by: vrifox
GPG key ID: D40098E5B60B2197
2 changed files with 4 additions and 3 deletions

View file

@ -5,9 +5,9 @@
FROM code.cozy.town/codeforleipzig/stadtratmonitor/base:latest
RUN bundle config without test
RUN bundle install
RUN bundle install --prefer-local
WORKDIR /
WORKDIR /app/
EXPOSE 3000
CMD bundle exec puma -C /app/config/puma.rb

View file

@ -4,7 +4,8 @@
FROM code.cozy.town/codeforleipzig/stadtratmonitor/base:latest
RUN bundle install
RUN bundle config without reset_dummy_group
RUN bundle install --prefer-local
WORKDIR /