diff --git a/readme.md b/readme.md --- a/readme.md +++ b/readme.md @@ -50,11 +50,11 @@ in the prepeared build context. ### Project structure * `build/` - * `context/` - the build context where `docker build` command will run. - * `imageid` - the file storing the id of the image has been built. - * `image-name-1.2.3.tgz` - the exported image if `saveImage` has been executed. + * `context/` - the build context where `docker build` command will run. + * `imageid` - the file storing the id of the image has been built. + * `image-name-1.2.3.tgz` - the exported image if `saveImage` has been executed. * `src` - * `main` - the source files which will be copied to the build context. + * `main` - the source files which will be copied to the build context. ## Properties @@ -79,5 +79,5 @@ The task pushes the image to the remote ### processResources -The copy task, it prepares the build context use it to customize -the build context. \ No newline at end of file +The copy task, it prepares the build context. Use it to customize +the build context.