diff --git a/Dockerfile b/Dockerfile index 0c32edc..49065a5 100644 --- a/Dockerfile +++ b/Dockerfile @@ -39,4 +39,4 @@ COPY --from=git /version /app/.version HEALTHCHECK --start-period=30s CMD python -c "import requests; requests.get('http://localhost:8000', timeout=2)" -CMD ["uvicorn", "main:app"] +CMD ["uvicorn", "--host=0.0.0.0", "main:app"]