update Makefile
This commit is contained in:
parent
d1b0ca26bf
commit
27aa932d98
2
Makefile
2
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
|
||||
|
Loading…
Reference in New Issue
Block a user