fix: local dev port 9912
All checks were successful
Build and Deploy PunktFri / build-and-deploy (push) Successful in 46s
All checks were successful
Build and Deploy PunktFri / build-and-deploy (push) Successful in 46s
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=5000 $(PYTHON) app.py
|
PORT=9912 $(PYTHON) app.py
|
||||||
|
|
||||||
test: install
|
test: install
|
||||||
$(PYTEST) tests/ -v
|
$(PYTEST) tests/ -v
|
||||||
|
|||||||
Reference in New Issue
Block a user