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

This commit is contained in:
Frans de Jonge
2024-03-26 21:53:06 +01:00
committed by GitHub
parent ff9325ed27
commit 5d1493ba98

View File

@@ -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) \