Skip to content

Commit

Permalink
UPDATE : add the -v option to the down for deleting cash
Browse files Browse the repository at this point in the history
  • Loading branch information
jaguar-ks committed Jan 2, 2025
1 parent eea533d commit 353e087
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 @@ -9,7 +9,7 @@ up:
docker-compose -f docker-compose.yml up

down:
docker-compose -f docker-compose.yml down
docker-compose -f docker-compose.yml down -v

delete_images:
if [ -n "$(images)" ];\
Expand Down

0 comments on commit 353e087

Please sign in to comment.