mirror of
https://github.com/FreshRSS/FreshRSS.git
synced 2026-05-18 13:24:37 -04:00
Makefile: add -it to make start to allow for Ctrl+C SIGTERM (#6239)
This commit is contained in:
1
Makefile
1
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) \
|
||||
|
||||
Reference in New Issue
Block a user