mirror of
https://github.com/CodeforLeipzig/stadtratmonitor.git
synced 2025-04-24 08:41:33 +02:00
remove migrate
This commit is contained in:
parent
5506939678
commit
30fb4b37a0
81 changed files with 171 additions and 235656 deletions
|
@ -1,4 +1,4 @@
|
|||
FROM ruby:3.2.2
|
||||
FROM amd64/ruby:3.2.2-bullseye
|
||||
RUN gem install bundler
|
||||
|
||||
# Add google package repository for google chrome
|
||||
|
@ -19,7 +19,7 @@ RUN mkdir -p /app
|
|||
WORKDIR /tmp
|
||||
|
||||
COPY Gemfile Gemfile
|
||||
COPY Gemfile.lock Gemfile.lock
|
||||
#COPY Gemfile.lock Gemfile.lock
|
||||
RUN bundle config build.nokogiri --use-system-libraries
|
||||
RUN bundle update
|
||||
RUN bundle install
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue