FIX: listen to network

This commit is contained in:
Juan Pablo Vial
2022-03-10 15:31:18 -03:00
parent 24bd5a6fc4
commit 6995561e4f

View File

@ -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"]