There was an error while loading. Please reload this page.
1 parent d339c96 commit 52f47ceCopy full SHA for 52f47ce
1 file changed
README.md
@@ -164,7 +164,7 @@ The image is created on every push to the `main` branch and tagged with the curr
164
165
To verify the image locally, you can run:
166
```
167
-docker run --platform linux/amd64 --name presentation -p 5100:8080 -d ghcr.io/dfe-digital/schoolaccount-presentation:latest
+docker run --platform linux/amd64 --name presentation -e OpenIDConnectSettings__ClientId=SA_TEST_CLIENT -e OpenIDConnectSettings__Authority=https://localhost:7041 -p 5100:8080 -d ghcr.io/dfe-digital/schoolaccount-presentation:latest
168
169
170
You can then test the Web project by visiting http://localhost:5100.
0 commit comments