Skip to content

Commit

Permalink
UPDATE : added a new rule for vault intialization
Browse files Browse the repository at this point in the history
  • Loading branch information
jaguar-ks committed Dec 12, 2024
1 parent f5b1b13 commit 5e04763
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,10 @@ delete_images:
fclean: down delete_images
docker system prune -a --force

init_vault:
rm -rf ./srcs/vault/data/*
rm -rf ./srcs/vault/init/*

.PHONY: all build up down delete_images fclean

.SILENT: all build up down delete_images fclean

0 comments on commit 5e04763

Please sign in to comment.