diff --git a/Dockerfile b/Dockerfile index a8e4741..bba64aa 100644 --- a/Dockerfile +++ b/Dockerfile @@ -31,4 +31,4 @@ HEALTHCHECK CMD uv tool run --from httpie http localhost # Run the application. ENTRYPOINT ["tini", "--"] -CMD ["/app/.venv/bin/fastapi", "run", "app/main.py", "--port", "80", "--host", "0.0.0.0"] +CMD ["/app/.venv/bin/fastapi", "run", "app/main.py", "--port", "80", "--host", "0.0.0.0", "--forwarded-allow-ips=*"]