diff --git a/Dockerfile b/Dockerfile index 4c87b45..692795a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -7,5 +7,5 @@ RUN pip3 install -r requirements.txt COPY . /app/ EXPOSE 5000 -CMD ["gunicorn", "-b", "0.0.0.0:5000", "app:app"] +CMD ["python","app.py"]