Skip to content

Commit 7f5c720

Browse files
author
Andrea Pruccoli
committed
Update with instructions to create docker image
1 parent 1e34ce3 commit 7f5c720

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

README.md

+7-1
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,10 @@
22

33
This project (based on the code provided by [Thingsboard](https://github.com/thingsboard/custom-oauth2-mapper)) serves as a custom mapper in order to map OAuth 2.0 user to Thingsboard user.
44

5-
This project is not meant to be run as it is, instead the docker image built from this source code is used in the project [IOT](https://github.com/connectpa/IOT).
5+
This project is not meant to be run as it is, instead the docker image built from this source code is used in the project [IOT](https://github.com/connectpa/IOT).
6+
7+
To create the docker image, from the root folder launch the command:
8+
9+
`mvn clean install -Ddockerfile.skip=false`
10+
11+
The resulting docker image should be named like `psacr.azure.io/oauth2-mapper:latest`

0 commit comments

Comments
 (0)