mirror of
https://github.com/CodeforLeipzig/stadtratmonitor.git
synced 2025-04-03 17:26:43 +02:00
improve Dockerfiles
This commit is contained in:
parent
12d5a55c30
commit
d3681e3186
2 changed files with 4 additions and 3 deletions
|
@ -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
|
|
@ -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 /
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue