Production improvements

This commit is contained in:
Andras Schmelczer 2022-07-09 12:34:21 +02:00
parent 7bd2e89070
commit 378047e622
No known key found for this signature in database
GPG key ID: 0EA1BC97D0AB076E
5 changed files with 21 additions and 7 deletions

View file

@ -12,7 +12,7 @@ def parse_arguments() -> Namespace:
help="the name of the file containing your to-be-served function such as `main.py`\n",
)
default_host = "127.0.0.1"
default_host = "0.0.0.0"
parser.add_argument(
"--host",
type=str,