From 38325641b4af4cec49774428aefca3c0e3686021 Mon Sep 17 00:00:00 2001 From: Andrew Simonson Date: Fri, 27 Jan 2023 21:59:44 -0600 Subject: [PATCH] docker specification --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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