Skip to content

Commit

Permalink
Merge pull request #8396 from fjordllc/chore/nokogiri-for-platforms
Browse files Browse the repository at this point in the history
Loggerクラスの問題を解決するためにforce_ruby_platformを削除し、loggerを明示的にインストール
  • Loading branch information
komagata authored Mar 6, 2025
2 parents 7c8abd9 + dfde8d9 commit 1b25776
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 @@ -30,7 +30,7 @@ RUN yarn install --production --ignore-engines

# Install gems
COPY Gemfile Gemfile.lock ./
RUN bundle config set --local force_ruby_platform true
RUN gem install logger
RUN bundle install -j4

# Compile assets
Expand Down

0 comments on commit 1b25776

Please sign in to comment.