##// END OF EJS Templates
fixed list indention
cin -
r2:3d986973d7fb default
parent child
Show More
@@ -50,11 +50,11 in the prepeared build context.
50 ### Project structure
50 ### Project structure
51
51
52 * `build/`
52 * `build/`
53 * `context/` - the build context where `docker build` command will run.
53 * `context/` - the build context where `docker build` command will run.
54 * `imageid` - the file storing the id of the image has been built.
54 * `imageid` - the file storing the id of the image has been built.
55 * `image-name-1.2.3.tgz` - the exported image if `saveImage` has been executed.
55 * `image-name-1.2.3.tgz` - the exported image if `saveImage` has been executed.
56 * `src`
56 * `src`
57 * `main` - the source files which will be copied to the build context.
57 * `main` - the source files which will be copied to the build context.
58
58
59 ## Properties
59 ## Properties
60
60
@@ -79,5 +79,5 The task pushes the image to the remote
79
79
80 ### processResources
80 ### processResources
81
81
82 The copy task, it prepares the build context use it to customize
82 The copy task, it prepares the build context. Use it to customize
83 the build context. No newline at end of file
83 the build context.
General Comments 0
You need to be logged in to leave comments. Login now