Skip to content

Commit 84061b5

Browse files
grillazzCopilot
andauthored
Update Makefile
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 15ea8a3 commit 84061b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ docker-up: ## Run project with compose
2626
docker-clean: ## Clean and reset project containers and volumes
2727
docker compose down -v --remove-orphans | true
2828
docker compose rm -f | true
29-
docker volume ls -q | grep panettone_postgres_data | xargs docker volume rm | true
29+
docker volume ls -q | grep panettone_postgres_data | xargs -r docker volume rm | true
3030

3131
# ====================================================================================
3232
# DATABASE MIGRATIONS

0 commit comments

Comments
 (0)