Added scenario-task-3
This commit is contained in:
@@ -12,7 +12,7 @@ Allows user to test various success and failures scenarios when task-batch apps
|
||||
### Docker Build
|
||||
|
||||
```
|
||||
./mvnw spring-boot:build-image -Dspring-boot.build-image.imageName=spring/scenario-task:latest
|
||||
./mvnw spring-boot:build-image -Dspring-boot.build-image.imageName=spring/scenario-task:2.0.0
|
||||
```
|
||||
|
||||
## Launching the app
|
||||
@@ -24,7 +24,7 @@ java -jar scenario-task-2.0.0-SNAPSHOT.jar
|
||||
|
||||
### Docker
|
||||
```
|
||||
docker run spring/scenario-task:latest
|
||||
docker run spring/scenario-task:2.0.0
|
||||
```
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user