DHIL Docs Builds the DJIL docs (including privacy policy, etc) Requirements Docker Desktop Run docker compose up -d --build Visit http://localhost:8080 Teardown docker compose down Update Deps/Gemfile.lock docker run -it --rm -w /app -v $(pwd):/app ruby:3.3 bundle update