port 80
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Füleki Fábián 2020-04-01 00:10:48 +02:00
parent c7c7971253
commit 19a74de675
1 changed files with 2 additions and 2 deletions

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