arc42 / quality.arc42.org-site

Quality requirements and goals for software and system architectures
https://quality.arc42.org
Other
21 stars 12 forks source link

Use bundle exec in docker compose #151

Closed PapaBravo closed 7 months ago

PapaBravo commented 7 months ago

In is recommended to use bundle exec jekyll serve when using a bundler. This enforces using the bundled gem instead of a global one.