diff --git a/Dockerfile b/Dockerfile index b8febdb..2158de6 100644 --- a/Dockerfile +++ b/Dockerfile @@ -11,5 +11,4 @@ COPY . . EXPOSE 5000 -CMD ["gunicorn", "-w", "4", "-b", "0.0.0.0:5000", "app:app"] - +CMD ["gunicorn", "-w", "4", "-b", "0.0.0.0:5000", "app:app"] \ No newline at end of file