Skip to content

Commit 8e64b8a

Browse files
updated readme instructions
1 parent 360e231 commit 8e64b8a

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

publisher/standard/README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,13 @@ docker run -it --rm -p 3000:3000 \
2020
uid2-publisher-standard
2121
```
2222

23+
24+
If this command does not work in Powershell because of the `-e` variable, try running in Command Prompt with quotes around each variable like so:
25+
```
26+
docker build . -t uid2-publisher-server
27+
docker run -it --rm -p 3000:3000 -e "UID2_BASE_URL=https://operator-integ.uidapi.com" -e "UID2_API_KEY={INTEG_API_KEY}" -e "UID2_CLIENT_SECRET={CLIENT_SECRET}" uid2-publisher-server
28+
```
29+
2330
The following table lists the environment variables that you must specify to start the application.
2431

2532
| Parameter | Data Type | Description |

0 commit comments

Comments
 (0)