We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a5a7714 + 9310b68 commit 30d81a9Copy full SHA for 30d81a9
pkg/create/templates/readme.go
@@ -83,7 +83,7 @@ Running the application image is as simple as invoking the docker run command:
83
Rebuilding the application using the saved artifacts can be accomplished using the following command:
84
` +
85
"```\n" +
86
- "s2i build --incremental=true test/test-app nginx-centos7 nginx-app\n" +
+ "s2i build --incremental=true test/test-app {{.ImageName}} {{.ImageName}}-app\n" +
87
"---> Restoring build artifacts...\n" +
88
"---> Building and installing application from source...\n" +
89
0 commit comments