aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
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) \