FIX: listen to network
This commit is contained in:
@ -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"]
|
||||
|
Reference in New Issue
Block a user