mirror of
https://github.com/CodeforLeipzig/stadtratmonitor.git
synced 2025-04-06 18:36:43 +02:00
remove bundle update
This commit is contained in:
parent
87c10414e3
commit
bdb2141f38
3 changed files with 0 additions and 3 deletions
|
@ -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
|
|
@ -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/
|
||||||
|
|
|
@ -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/
|
||||||
|
|
Loading…
Add table
Reference in a new issue