Parcourir la source

Makefile: add `-it` to `make start` to allow for Ctrl+C SIGTERM (#6239)

Frans de Jonge il y a 2 ans
Parent
commit
5d1493ba98
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  1. 1 0
      Makefile

+ 1 - 0
Makefile

@@ -40,6 +40,7 @@ start: ## Start the development environment (use Docker)
 	docker network create --driver bridge $(NETWORK) || true
 	$(foreach extension,$(extensions),$(eval volumes=$(volumes) --volume $(extension):/var/www/FreshRSS/extensions/$(notdir $(extension)):z))
 	docker run \
+		-it \
 		--rm \
 		--volume $(shell pwd):/var/www/FreshRSS:z \
 		$(volumes) \