Skip to content

Commit c0520b3

Browse files
fix populate command
1 parent 49e1a45 commit c0520b3

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

Makefile

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,4 @@ buildseeds: ## Build populate image
3030
docker build -t seeding -f ./populate/Dockerfile ./populate
3131

3232
populate-db: ## Populate database
33-
docker run --rm -it --network dev -v $(CURDIR)/populate:/app seeding
34-
35-
33+
docker run --rm --network dev -v ./populate:/app -v ./service/.dev-token.json:/app/.dev-token.json seeding

0 commit comments

Comments
 (0)