remove bundle update

This commit is contained in:
Vri 🌈 2023-05-05 17:04:36 +02:00
parent 87c10414e3
commit bdb2141f38
Signed by: vrifox
GPG key ID: D40098E5B60B2197
3 changed files with 0 additions and 3 deletions

View file

@ -31,5 +31,4 @@ COPY package.json package.json
RUN npm install -g yarn sass RUN npm install -g yarn sass
RUN bundle config without development test RUN bundle config without development test
RUN bundle update
RUN bundle install RUN bundle install

View file

@ -5,7 +5,6 @@
FROM code.cozy.town/codeforleipzig/stadtratmonitor/base:latest FROM code.cozy.town/codeforleipzig/stadtratmonitor/base:latest
RUN bundle config without test RUN bundle config without test
RUN bundle update
RUN bundle install RUN bundle install
WORKDIR /home/srm/app/ WORKDIR /home/srm/app/

View file

@ -4,7 +4,6 @@
FROM code.cozy.town/codeforleipzig/stadtratmonitor/base:latest FROM code.cozy.town/codeforleipzig/stadtratmonitor/base:latest
RUN bundle update
RUN bundle install RUN bundle install
WORKDIR /home/srm/app/ WORKDIR /home/srm/app/