First release #3

Manually merged
marcsello merged 12 commits from dev into master 2020-04-01 01:52:15 +02:00
Showing only changes of commit 269c08e5de - 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
EXPOSE 8000
CMD ["gunicorn", "-b", "0.0.0.0:8000", "app:app"]
EXPOSE 80
CMD ["gunicorn", "-b", "0.0.0.0:80", "app:app"]