diff --git a/Makefile b/Makefile index 97862885dd07b6e2f60c1bc8b2bfa7dcc87925ed..98a71201c069e6db26d0618ad6d06ec925f0e079 100644 --- a/Makefile +++ b/Makefile @@ -6,7 +6,7 @@ all: install run .PHONY: run run: - $(MANAGEPY) runserver + $(MANAGEPY) runserver 8002 .PHONY: install install: