Skip to content

Commit 6d0ef48

Browse files
committed
FIX makefile action name
1 parent d475193 commit 6d0ef48

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ stop-dbs: ## Stop databases
2929
buildseeds: ## Build populate image
3030
docker build -t seeding -f ./populate/Dockerfile ./populate
3131

32-
populate:
33-
docker run --rm --network dev -v ./populate:/app seeding populate
32+
populate-db: ## Populate database
33+
docker run --rm -it --network dev -v $(CURDIR)/populate:/app seeding
3434

3535

0 commit comments

Comments
 (0)