changing from 8000 to 8080 for gunicorn port

This commit is contained in:
JesseBot 2022-10-06 14:41:11 +02:00
parent 401de4480a
commit 67ee044015

View file

@ -5,4 +5,4 @@ RUN pip3 install -r requirements.txt
COPY . .
CMD ["gunicorn" , "-b", "0.0.0.0:8000", "app:app"]
CMD ["gunicorn" , "-b", "0.0.0.0:8080", "app:app"]