diff --git a/Dockerfile b/Dockerfile index f8c8d94..69eb557 100644 --- a/Dockerfile +++ b/Dockerfile @@ -7,4 +7,4 @@ RUN pip install -r requirements.txt COPY . . -CMD ["gunicorn", "-b", "0.0.0.0:5000", "main:app"] +CMD ["gunicorn", "-b", "0.0.0.0", "main:app"]