aboutsummaryrefslogtreecommitdiffstats
path: root/docker/app/stretch/3.7/Dockerfile
diff options
context:
space:
mode:
Diffstat (limited to 'docker/app/stretch/3.7/Dockerfile')
-rw-r--r--docker/app/stretch/3.7/Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/docker/app/stretch/3.7/Dockerfile b/docker/app/stretch/3.7/Dockerfile
index 0d4a9f3e..35ed5cfd 100644
--- a/docker/app/stretch/3.7/Dockerfile
+++ b/docker/app/stretch/3.7/Dockerfile
@@ -23,4 +23,4 @@ RUN apt-get purge -y \
libc-dev \
libpq-dev
-CMD ["gunicorn", "--workers", "4", "--bind", "0.0.0.0:4000", "pysite.wsgi:application"]
+CMD ["uwsgi", "--ini", "docker/app/uwsgi.ini"]