Skip to content

Commit

Permalink
README: add specific stage build for Docker (#777)
Browse files Browse the repository at this point in the history
  • Loading branch information
beuss authored Jul 9, 2024
1 parent 0b115f3 commit dca93d2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit dca93d2

Please sign in to comment.