make dev: --host per HOST-Variable überschreibbar (Default 127.0.0.1) — HOST=0.0.0.0 make dev macht das Dev-Backend im LAN erreichbar für iPhone-Tests der iOS-App
This commit is contained in:
parent
22ae39f6d6
commit
203da50e1d
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
|
@ -298,7 +298,7 @@ dev:
|
|||
DB_PATH=./dev.db \
|
||||
MEDIA_DIR=$${MEDIA_DIR:-/tmp/banyaro-media} \
|
||||
BREEDER_DOCS_DIR=$${BREEDER_DOCS_DIR:-/tmp/banyaro-breeder} \
|
||||
uvicorn main:app --reload --port 8001
|
||||
uvicorn main:app --reload --port 8001 --host $${HOST:-127.0.0.1}
|
||||
|
||||
# ----------------------------------------------------------
|
||||
# REPORTS — Quartalsberichte generieren und committen
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue