Skip to content
This repository was archived by the owner on Mar 4, 2024. It is now read-only.

Commit c52faf6

Browse files
committed
Also clean docker image
1 parent b11ef3e commit c52faf6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,3 +60,4 @@ generate: ## Generate additional code and artifacts
6060
.PHONY: clean
6161
clean: ## Cleans local build artifacts
6262
rm -rf docs/node_modules $(docs_out_dir) dist .cache
63+
docker rmi $(CONTAINER_IMG) || true

0 commit comments

Comments
 (0)