diff --git a/Dockerfile b/Dockerfile index b02d9a9..46bee21 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" , "geventwebsocket.gunicorn.workers.GeventWebSocketWorker", "--bind", "0.0.0.0:8080", "application:app"] \ No newline at end of file +CMD [ "gunicorn", "-k" , "--bind", "0.0.0.0:8080", "app:app"] \ No newline at end of file