mirror of
https://github.com/CodeforLeipzig/stadtratmonitor.git
synced 2025-04-24 08:41:33 +02:00
Update 2023
This commit is contained in:
parent
857ff4f164
commit
cbf986c477
5 changed files with 251 additions and 188 deletions
|
@ -1,4 +1,4 @@
|
|||
FROM ruby:2.5.7
|
||||
FROM ruby:3.2.1
|
||||
RUN gem install bundler
|
||||
|
||||
# Add google package repository for google chrome
|
||||
|
@ -22,6 +22,7 @@ WORKDIR /tmp
|
|||
COPY Gemfile Gemfile
|
||||
COPY Gemfile.lock Gemfile.lock
|
||||
RUN bundle config build.nokogiri --use-system-libraries
|
||||
RUN bundle update
|
||||
RUN bundle install
|
||||
|
||||
ADD . /app
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue