Skip to content

Commit 9f33e2f

Browse files
committed
Keep Docker state between builds
Greatly reduces incremental build time for "make docker". Signed-off-by: Andrew Richardson <[email protected]>
1 parent 15d5c76 commit 9f33e2f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker_build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,4 +48,4 @@ docker buildx build \
4848
--build-arg UI_RELEASE=$UI_RELEASE \
4949
$@ \
5050
.
51-
docker buildx rm firefly
51+
docker buildx rm firefly --keep-state

0 commit comments

Comments
 (0)