From 27aa932d98d59ce2b99ce907c1a4ef85be643614 Mon Sep 17 00:00:00 2001 From: Sam Date: Sat, 26 Jun 2021 22:18:08 +0200 Subject: [PATCH] update Makefile --- Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile b/Makefile index 82193424..248de96a 100644 --- a/Makefile +++ b/Makefile @@ -145,9 +145,11 @@ serve-client: cd fittrackee_client && $(NPM) start serve-python: + echo 'Running on http://$(HOST):$(PORT)' $(FLASK) run --with-threads -h $(HOST) -p $(PORT) serve-python-dev: + echo 'Running on https://$(HOST):$(PORT)' $(FLASK) run --with-threads -h $(HOST) -p $(PORT) --cert=adhoc test-e2e: init-db