update Makefile

This commit is contained in:
Sam 2021-06-26 22:18:08 +02:00
parent d1b0ca26bf
commit 27aa932d98

View File

@ -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