diff --git a/Python.Dockerfile b/Python.Dockerfile index 32c4b71..8c42826 100644 --- a/Python.Dockerfile +++ b/Python.Dockerfile @@ -6,4 +6,4 @@ WORKDIR /usr/opt/incoviba/informes RUN pip install gunicorn pandas xlsxwriter httpx flask numpy -CMD ["gunicorn", "-w", "4", "app:app"] +CMD ["gunicorn", "-w", "4", "--bind", "0.0.0.0", "app:app"]