diff --git a/Dockerfile b/Dockerfile index b1b5352..ab4eb62 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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"]