# Dev OIDC provider: navikt/mock-oauth2-server with the tavolo test # configuration (four ready-made players) baked in. The config is # COPYed instead of bind-mounted so this also works against containerized # (e.g. rootless/DinD) docker daemons that cannot see the host workspace. FROM ghcr.io/navikt/mock-oauth2-server:5.0.2 COPY config.json /config.json ENV JSON_CONFIG_PATH=/config.json