Skip to content

Commit

Permalink
making prune not prompt
Browse files Browse the repository at this point in the history
  • Loading branch information
diptanu committed Feb 14, 2024
1 parent 037f97f commit 62b16f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ clean: ## Clean rust build artifacts

build-container: ## Build container
docker build -f dockerfiles/Dockerfile.server --tag ${DOCKER_USERNAME}/${APPLICATION_NAME} .
docker image prune
docker image prune -f

build-container-dev: ## Build container for local development
docker build -f dockerfiles/Dockerfile.builder --tag ${DOCKER_USERNAME}/builder .
Expand Down

0 comments on commit 62b16f5

Please sign in to comment.