diff --git a/Dockerfile b/Dockerfile index 46bee21..1b45ca9 100644 --- a/Dockerfile +++ b/Dockerfile @@ -10,4 +10,4 @@ RUN apt-get -yq update && \ pip install --no-cache-dir -r ./src/requirements.txt WORKDIR /app/src -CMD [ "gunicorn", "-k" , "--bind", "0.0.0.0:8080", "app:app"] \ No newline at end of file +CMD [ "gunicorn", "--bind", "0.0.0.0:8080", "app:app"] \ No newline at end of file