Trying to run the docker container on local returns an error:
/website$ docker-compose up
Recreating website_jekyll_1 ... done
Attaching to website_jekyll_1
jekyll_1 | Bundler 2.3.25 is running, but your lockfile was generated with 2.2.24. Installing Bundler 2.2.24 and restarting using that version.
jekyll_1 | Fetching gem metadata from https://rubygems.org/.
jekyll_1 | Fetching bundler 2.2.24
jekyll_1 | Installing bundler 2.2.24
jekyll_1 | Fetching gem metadata from https://rubygems.org/
jekyll_1 | Fetching gem metadata from https://rubygems.org/.........
jekyll_1 | nokogiri-1.12.5-x86_64-linux requires ruby version < 3.1.dev, >= 2.5, which is
jekyll_1 | incompatible with the current version, ruby 3.1.1p18
website_jekyll_1 exited with code 5
Trying to run the docker container on local returns an error: