From 5a6da280c91df748a5af58457c55cce66cf2fc5d Mon Sep 17 00:00:00 2001 From: Julia Luna Date: Sun, 6 Jun 2021 20:01:04 +0200 Subject: [PATCH] chore: yell at argparse --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 27348f3..a04b8ad 100644 --- a/Dockerfile +++ b/Dockerfile @@ -7,4 +7,4 @@ RUN apk add --no-cache build-base openldap-dev python2-dev python3-dev RUN pip install --no-cache-dir -r requirements.txt COPY ./src ./src -CMD ["/usr/local/bin/uvicorn", "--host ::", "--port 80", "src.main:app"] +CMD ["/usr/local/bin/uvicorn", "--host", "::", "--port", "80", "src.main:app"]