Skip to content

Commit

Permalink
[C] Makefile for local dev
Browse files Browse the repository at this point in the history
  • Loading branch information
Blake Mason committed Jan 22, 2024
1 parent 91e78ce commit e41a6c2
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
start:
docker-compose -f docker-compose-local-db.yml up --build

clean:
docker system prune -f && docker volume prune -f

clean-images:
docker images prune

0 comments on commit e41a6c2

Please sign in to comment.