chore: fix dumb command parsing

This commit is contained in:
Julia 2021-06-06 20:23:40 +02:00
parent b36fe5157b
commit 3bbaa1cc96
Signed by: julia
GPG Key ID: 6A0C04FA9A7D7582

View File

@ -7,4 +7,4 @@ RUN apk add --no-cache build-base openldap-dev python2-dev python3-dev musl-dev
RUN pip install --no-cache-dir -r requirements.txt
COPY ./src ./src
CMD ["/usr/local/bin/uvicorn", "--host", "'::'", "--port", "8080", "src.main:app"]
CMD ["/usr/local/bin/uvicorn", "--host", "::", "--port", "8080", "src.main:app"]