Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Add auto-remove for container
  • Loading branch information
dmartinez committed May 2, 2024
1 parent c26b209 commit f1ea6af
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Expand Up @@ -20,12 +20,12 @@ all: build
.PHONY: build
build: ## Build the static site from the container image
@echo "$(INFO) Building the wayfinder static site files"
$(compose) run --build -e CURRENT_UID=${CURRENT_UID} build-wayfinder
$(compose) run --build -e CURRENT_UID=${CURRENT_UID} --rm build-wayfinder
@echo "$(SUCCESS) Successfully built!"

.PHONY: clean
clean: ## Remove build artifacts
rm -f v*
rm -f artifact/v*

.PHONY: help
help: ## Display this help (default)
Expand Down

0 comments on commit f1ea6af

Please sign in to comment.