From dca93d24c7dfb943d84601d2bc4a089f9b66b87f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Le=20Ray?= Date: Tue, 9 Jul 2024 11:08:38 +0200 Subject: [PATCH] README: add specific stage build for Docker (#777) --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 53e1fb91c6..71be938e20 100644 --- a/README.md +++ b/README.md @@ -392,7 +392,8 @@ follows: * Run build.sh to build all stages * Add SKIP files to the earlier successfully built stages * Modify the last stage - * Rebuild just the last stage using ```sudo CLEAN=1 ./build.sh``` + * Rebuild just the last stage using ```sudo CLEAN=1 ./build.sh``` (or, for docker builds + ```PRESERVE_CONTAINER=1 CONTINUE=1 CLEAN=1 ./build-docker.sh```) * Once you're happy with the image you can remove the SKIP_IMAGES files and export your image to test