diff --git a/Dockerfile b/Dockerfile index 46fc136..e06556c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -7,5 +7,4 @@ RUN pip install --no-cache-dir -r requirements.txt EXPOSE 5000 -RUN pip install gunicorn -CMD ["gunicorn", "-w", "4", "app:app"] \ No newline at end of file +CMD ["python", "app.py"] \ No newline at end of file