Skip to content

Commit a897621

Browse files
committed
Update Makefile
1 parent a428854 commit a897621

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

Makefile

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
1+
setup:
2+
./scripts/install-deps.sh
3+
14
db-up:
25
./scripts/ensure-volume.sh
3-
docker-compose --env-file .env.local up -d
6+
docker compose --env-file .env.local up -d
47

58
db-down:
6-
docker-compose --env-file .env.local down
9+
docker compose --env-file .env.local down
710

0 commit comments

Comments
 (0)