Pārlūkot izejas kodu

Use --idempotent and --yes flags when bootstrapping the dev db

Alexis Vanier 3 gadi atpakaļ
vecāks
revīzija
5a6b338766
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1 1
      Makefile

+ 1 - 1
Makefile

@@ -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"