Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
mikiken committed Nov 23, 2024
1 parent 64873b7 commit fc65294
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ COPY ./Gemfile ./Gemfile.lock ./

COPY ./crawl.rb ./generate.rb ./

RUN gem install bundler
RUN gem install bundler -v 2.4.22
RUN bundle install --path vendor/bundle

CMD ["sh", "-c", "cat feeds.toml | bundle exec ruby crawl.rb | bundle exec ruby generate.rb > dist/feeds.json"]

0 comments on commit fc65294

Please sign in to comment.