Skip to content

Commit

Permalink
Use --idempotent and --yes flags when bootstrapping the dev db
Browse files Browse the repository at this point in the history
  • Loading branch information
avanier committed Jan 19, 2022
1 parent 4ecd044 commit 5a6b338
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -112,4 +112,4 @@ rm-dev-docker: build ## Delete the docker containers including DB volumes.
.PHONY: init-dev-docker
init-dev-docker: build-dev-docker ## Delete the docker containers including DB volumes.
cd dev; \
docker-compose run --rm backend sh -c "make dist && yes | ./listmonk --install --config dev/config.toml"
docker-compose run --rm backend sh -c "make dist && ./listmonk --install --idempotent --yes --config dev/config.toml"

0 comments on commit 5a6b338

Please sign in to comment.