From cae5ed81cddca4cfe652e673bea2e0e7db291657 Mon Sep 17 00:00:00 2001 From: Phillip Webb Date: Thu, 10 Dec 2020 14:13:05 -0800 Subject: [PATCH] Fix README --- ci/images/README.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/images/README.adoc b/ci/images/README.adoc index 84eae1609ed..a2f45c56262 100644 --- a/ci/images/README.adoc +++ b/ci/images/README.adoc @@ -11,7 +11,7 @@ $ docker build --no-cache -f /Dockerfile . For example ---- -$ docker build --no-cache -f spring-boot-ci-image/Dockerfile . +$ docker build --no-cache -f ci-image/Dockerfile . ---- To test run: