Add saving IP addresses of producers #5

Merged
ffabi1997 merged 3 commits from dev-prodip into dev 2020-04-17 16:57:27 +02:00
Showing only changes of commit 19a74de675 - Show all commits

View File

@ -9,5 +9,5 @@ RUN ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && echo $TZ > /etc/timezone
RUN pip3 install -r requirements.txt RUN pip3 install -r requirements.txt
EXPOSE 8000 EXPOSE 80
CMD ["gunicorn", "-b", "0.0.0.0:8000", "app:app"] CMD ["gunicorn", "-b", "0.0.0.0:80", "app:app"]