Skip to content

Commit 55dfb4a

Browse files
chore: add guideline to start docker container
1 parent 851872f commit 55dfb4a

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

README.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,10 @@
1-
# operating-block-gateway
1+
# operating-block-gateway
2+
3+
Create an environment file with:
4+
1. `AZURE_DT_CLIENT_ID`: the id of the app
5+
2. `AZURE_DT_CLIENT_SECRET`: the secret of the app
6+
7+
To run the microservice use the following docker command:
8+
```
9+
sudo docker run -p 1880:1880 --group-add dialout ghcr.io/smartoperatingblock/operating-block-gateway:<latestVersion>
10+
```

0 commit comments

Comments
 (0)