There was an error while loading. Please reload this page.
1 parent b4f6803 commit dd2553fCopy full SHA for dd2553f
1 file changed
README.md
@@ -7,15 +7,14 @@ The work is inline with the Account Aggregator Specification.
7
The image is pushed into docker hub. Thats the easiest to start
8
https://hub.docker.com/r/gsasikumar/forwardsecrecy/tags
9
10
-1. docker pull gsasikumar/forwardsecrecy:v1
11
-2. docker run -p 8080:8080 gsasikumar/forwardsecrecy:v1
+1. docker pull gsasikumar/forwardsecrecy:v1.2
+2. docker run -p 8080:8080 gsasikumar/forwardsecrecy:v1.2
12
3. Access the swagger as localhost port 8080. http://localhost:8080/swagger-ui.html
13
14
15
## How to build
16
1. ./gradlew build
17
-2. docker build -t gsasikumar/forwardsecrecy:v1.1 .
18
19
## How to run docker
20
-1. docker run -p 8080:8080 gsasikumar/forwardsecrecy:v1.1
+1. docker run -p 8080:8080 gsasikumar/forwardsecrecy:v1.2
21
0 commit comments