Skip to content

Commit 52f47ce

Browse files
committed
Allow image to run with environment variables
1 parent d339c96 commit 52f47ce

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ The image is created on every push to the `main` branch and tagged with the curr
164164

165165
To verify the image locally, you can run:
166166
```
167-
docker run --platform linux/amd64 --name presentation -p 5100:8080 -d ghcr.io/dfe-digital/schoolaccount-presentation:latest
167+
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
168168
```
169169

170170
You can then test the Web project by visiting http://localhost:5100.

0 commit comments

Comments
 (0)