Skip to content

Commit 5a6b338

Browse files
author
Alexis Vanier
committed
Use --idempotent and --yes flags when bootstrapping the dev db
1 parent 4ecd044 commit 5a6b338

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -112,4 +112,4 @@ rm-dev-docker: build ## Delete the docker containers including DB volumes.
112112
.PHONY: init-dev-docker
113113
init-dev-docker: build-dev-docker ## Delete the docker containers including DB volumes.
114114
cd dev; \
115-
docker-compose run --rm backend sh -c "make dist && yes | ./listmonk --install --config dev/config.toml"
115+
docker-compose run --rm backend sh -c "make dist && ./listmonk --install --idempotent --yes --config dev/config.toml"

0 commit comments

Comments
 (0)