fix: use flask run --reload in dev target
All checks were successful
Build and Deploy PunktFri / build-and-deploy (push) Successful in 47s
All checks were successful
Build and Deploy PunktFri / build-and-deploy (push) Successful in 47s
This commit is contained in:
2
Makefile
2
Makefile
@@ -12,7 +12,7 @@ install: $(VENV)/bin/activate
|
|||||||
$(PIP) install --quiet -r requirements-dev.txt
|
$(PIP) install --quiet -r requirements-dev.txt
|
||||||
|
|
||||||
run: install
|
run: install
|
||||||
PORT=9912 $(PYTHON) app.py
|
FLASK_APP=app.py FLASK_DEBUG=1 PORT=9912 $(VENV)/bin/flask run --host=0.0.0.0 --port=9912 --reload
|
||||||
|
|
||||||
test: install
|
test: install
|
||||||
$(PYTEST) tests/ -v
|
$(PYTEST) tests/ -v
|
||||||
|
|||||||
Reference in New Issue
Block a user