From fcacdb07b2c37902583ec04fbcaeb6865e345bfb Mon Sep 17 00:00:00 2001 From: Manuel Dewald Date: Mon, 18 Oct 2021 14:51:30 +0200 Subject: [PATCH] Update README.md --- examples/nginx-centos7/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/nginx-centos7/README.md b/examples/nginx-centos7/README.md index 7d2a89d46..35b03d957 100755 --- a/examples/nginx-centos7/README.md +++ b/examples/nginx-centos7/README.md @@ -12,7 +12,7 @@ | s2i/bin/run | Yes | Script that runs the application | | s2i/bin/save-artifacts | No | Script for incremental builds that saves the built artifacts | | test/run | No | Test script for the builder image | -| test/test-app | Yes | Test application source code | +| test/test-app | No | Test application source code | #### Dockerfile Create a *Dockerfile* that installs all of the necessary tools and libraries that are needed to build and run our application. This file will also handle copying the s2i scripts into the created image.