Skip to content

Commit dca93d2

Browse files
authored
README: add specific stage build for Docker (#777)
1 parent 0b115f3 commit dca93d2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -392,7 +392,8 @@ follows:
392392
* Run build.sh to build all stages
393393
* Add SKIP files to the earlier successfully built stages
394394
* Modify the last stage
395-
* Rebuild just the last stage using ```sudo CLEAN=1 ./build.sh```
395+
* Rebuild just the last stage using ```sudo CLEAN=1 ./build.sh``` (or, for docker builds
396+
```PRESERVE_CONTAINER=1 CONTINUE=1 CLEAN=1 ./build-docker.sh```)
396397
* Once you're happy with the image you can remove the SKIP_IMAGES files and
397398
export your image to test
398399

0 commit comments

Comments
 (0)