Skip to content

Commit cc2a17f

Browse files
authored
Merge pull request #10 from yangnyc1024/main
Add Docker cleanup target (make local-infrastructure-down) to Makefile
2 parents 1c7d6bb + d7462b5 commit cc2a17f

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

apps/second-brain-offline/Makefile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,8 @@ local-infrastructure-up: local-docker-infrastructure-up local-zenml-server-stop
4242

4343
local-infrastructure-stop: local-docker-infrastructure-stop local-zenml-server-stop
4444

45+
local-infrastructure-down:
46+
docker compose -f ../infrastructure/docker/docker-compose.yml down
4547
# --- AWS ---
4648

4749
validate_aws_boto3:

0 commit comments

Comments
 (0)