mirror of
https://github.com/knadh/listmonk.git
synced 2024-11-10 09:02:36 +08:00
Use --idempotent and --yes flags when bootstrapping the dev db
This commit is contained in:
parent
4ecd044788
commit
5a6b338766
1 changed files with 1 additions and 1 deletions
2
Makefile
2
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"
|
||||
|
|
Loading…
Reference in a new issue