aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorGravatar Frans de Jonge <fransdejonge@gmail.com> 2024-03-26 21:53:06 +0100
committerGravatar GitHub <noreply@github.com> 2024-03-26 21:53:06 +0100
commit5d1493ba988e8a1ccdcdd1fe657b3e0653b6d5fe (patch)
tree8c785b168e75322ab1346d1bd52d9e4e2857f085 /Makefile
parentff9325ed277ae6e0cc14922a891e79b08531dd5e (diff)
Makefile: add `-it` to `make start` to allow for Ctrl+C SIGTERM (#6239)
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 9c09cb1d9..1222ef3ee 100644
--- a/Makefile
+++ b/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) \