We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4ecd044 commit 5a6b338Copy full SHA for 5a6b338
Makefile
@@ -112,4 +112,4 @@ rm-dev-docker: build ## Delete the docker containers including DB volumes.
112
.PHONY: init-dev-docker
113
init-dev-docker: build-dev-docker ## Delete the docker containers including DB volumes.
114
cd dev; \
115
- 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 commit comments